embulk-input-union 0.0.1-java

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: 1570b66e21cb13ea87393b080dc59fb850f4f0c3601acee0998e191f9d9c310d
4
+ data.tar.gz: 81de337838ff68c6c73ef322844d8c861af0f2185459a576c8463a063451f000
5
+ SHA512:
6
+ metadata.gz: 35e441cbfc13ff3375f4fa875e4f43a131be17fc8d4099cce47a51bdaf4885225d046d2c7f14da31782c72e0a283113e5b055bc27020724ddeff8d5918adef82
7
+ data.tar.gz: 884a77d8ded466522e4f732b5847bd1f779232e5d2517c567b121f85ea82050dfef80260b70f29d3b8ac7089e3272ee8b6f44f218b547c52dce9b495ee244a51
data/LICENSE.txt ADDED
@@ -0,0 +1,21 @@
1
+
2
+ MIT License
3
+
4
+ Permission is hereby granted, free of charge, to any person obtaining
5
+ a copy of this software and associated documentation files (the
6
+ "Software"), to deal in the Software without restriction, including
7
+ without limitation the rights to use, copy, modify, merge, publish,
8
+ distribute, sublicense, and/or sell copies of the Software, and to
9
+ permit persons to whom the Software is furnished to do so, subject to
10
+ the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be
13
+ included in all copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
16
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
17
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
18
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
19
+ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
20
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
21
+ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Binary file
@@ -0,0 +1,3 @@
1
+ Embulk::JavaPlugin.register_input(
2
+ "union", "pro.civitaspo.embulk.input.union.UnionInputPlugin",
3
+ File.expand_path("../../../../classpath", __FILE__))
metadata ADDED
@@ -0,0 +1,49 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: embulk-input-union
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.1
5
+ platform: java
6
+ authors:
7
+ - Civitaspo
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2020-04-23 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description: An input plugin for Embulk (https://github.com/embulk/embulk/) that unions
14
+ all data loaded by your defined embulk input & filters plugin configuration.
15
+ email:
16
+ - civitaspo@gmail.com
17
+ executables: []
18
+ extensions: []
19
+ extra_rdoc_files: []
20
+ files:
21
+ - LICENSE.txt
22
+ - classpath/embulk-input-union-0.0.1.jar
23
+ - classpath/scala-library-2.13.1.jar
24
+ - lib/embulk/input/union.rb
25
+ homepage: https://github.com/civitaspo/embulk-input-union
26
+ licenses:
27
+ - MIT
28
+ metadata: {}
29
+ post_install_message:
30
+ rdoc_options: []
31
+ require_paths:
32
+ - lib
33
+ required_ruby_version: !ruby/object:Gem::Requirement
34
+ requirements:
35
+ - - ">="
36
+ - !ruby/object:Gem::Version
37
+ version: '0'
38
+ required_rubygems_version: !ruby/object:Gem::Requirement
39
+ requirements:
40
+ - - ">="
41
+ - !ruby/object:Gem::Version
42
+ version: '0'
43
+ requirements: []
44
+ rubyforge_project:
45
+ rubygems_version: 2.7.9
46
+ signing_key:
47
+ specification_version: 4
48
+ summary: An embulk input plugin to union all loaded data.
49
+ test_files: []