embulk-output-td 0.6.0-java

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: 67cde13b6e75b66f7ce6c1b1f64c77d4555751099d13028e8364d63d81d44381
4
+ data.tar.gz: e1bcb951e72e1b34a0c4d7c41c7d36ef0d5d2ef7335c416f073e834cfcbfccfa
5
+ SHA512:
6
+ metadata.gz: 642efcf54e01b1a6765dfa2d5af466cf475e7ac43c00cfac98b3937d287c5b14cd3e826a60a91f9840357d59c2a8cb1cda829c43585128a80b19679726b91174
7
+ data.tar.gz: 79569dcbd8eff9db3a4746cee5b49a881b3b8ce7764199edde3997c3160c572090818268f38996b30f9e638ac3be75c7b206b10bc2e175e93e33481615302dc4
Binary file
Binary file
Binary file
@@ -0,0 +1,3 @@
1
+ Embulk::JavaPlugin.register_output(
2
+ "td", "org.embulk.output.td.TdOutputPlugin",
3
+ File.expand_path("../../../../classpath", __FILE__))
metadata ADDED
@@ -0,0 +1,62 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: embulk-output-td
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.6.0
5
+ platform: java
6
+ authors:
7
+ - Muga Nishizawa
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2020-03-04 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description: TreasureData output plugin is an Embulk plugin that loads records to
14
+ TreasureData read by any input plugins. Search the input plugins by 'embulk-output'
15
+ keyword.
16
+ email:
17
+ - muga.nishizawa@gmail.com
18
+ executables: []
19
+ extensions: []
20
+ extra_rdoc_files: []
21
+ files:
22
+ - classpath/embulk-output-td-0.6.0.jar
23
+ - classpath/guava-21.0.jar
24
+ - classpath/hamcrest-core-1.1.jar
25
+ - classpath/jackson-annotations-2.8.1.jar
26
+ - classpath/jackson-core-2.8.1.jar
27
+ - classpath/jackson-databind-2.8.1.jar
28
+ - classpath/jackson-datatype-guava-2.8.1.jar
29
+ - classpath/jackson-datatype-json-org-2.8.1.jar
30
+ - classpath/json-20090211_1.jar
31
+ - classpath/json-simple-1.1.1.jar
32
+ - classpath/junit-4.10.jar
33
+ - classpath/okhttp-3.9.0.jar
34
+ - classpath/okhttp-urlconnection-3.9.0.jar
35
+ - classpath/okio-1.13.0.jar
36
+ - classpath/td-client-0.8.4.jar
37
+ - lib/embulk/output/td.rb
38
+ homepage: https://github.com/treasure-data/embulk-output-td
39
+ licenses:
40
+ - Apache 2.0
41
+ metadata: {}
42
+ post_install_message:
43
+ rdoc_options: []
44
+ require_paths:
45
+ - lib
46
+ required_ruby_version: !ruby/object:Gem::Requirement
47
+ requirements:
48
+ - - ">="
49
+ - !ruby/object:Gem::Version
50
+ version: '0'
51
+ required_rubygems_version: !ruby/object:Gem::Requirement
52
+ requirements:
53
+ - - ">="
54
+ - !ruby/object:Gem::Version
55
+ version: '0'
56
+ requirements: []
57
+ rubyforge_project:
58
+ rubygems_version: 2.7.9
59
+ signing_key:
60
+ specification_version: 4
61
+ summary: TreasureData output plugin for Embulk
62
+ test_files: []