embulk-output-cassandra 0.4.1-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: 58d24011603e6bbe0cbe9d0f8d6b769ddf02212b1018a98cca62ea8e10103b05
4
+ data.tar.gz: 539dea2285eb780a3ea4944eab156a76c5a2ee7c7238d9f60330168fdb0e32d3
5
+ SHA512:
6
+ metadata.gz: 20a3a16d286cea0e54431ff8d4b6633c45bae4b429bc8d39b46342aa8045638170b3b3710b19646a54b75342f33db9c2c40b6dd19a4cfc612225d7415960f6ba
7
+ data.tar.gz: 57ee1698f0142492980ab366105afec9055edac832cc1dd0b6738e5497035662005c4600b4c754bb10d0784ccf2fca6624277953bf2df5c909564c445bc7cd51
@@ -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
Binary file
@@ -0,0 +1,3 @@
1
+ Embulk::JavaPlugin.register_output(
2
+ "cassandra", "org.embulk.output.cassandra.CassandraOutputPlugin",
3
+ File.expand_path("../../../../classpath", __FILE__))
metadata ADDED
@@ -0,0 +1,64 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: embulk-output-cassandra
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.4.1
5
+ platform: java
6
+ authors:
7
+ - joker1007
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2020-09-21 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description: Cassandra output plugin for Embulk
14
+ email:
15
+ - kakyoin.hierophant@gmail.com
16
+ executables: []
17
+ extensions: []
18
+ extra_rdoc_files: []
19
+ files:
20
+ - LICENSE.txt
21
+ - classpath/asm-5.0.3.jar
22
+ - classpath/asm-analysis-5.0.3.jar
23
+ - classpath/asm-commons-5.0.3.jar
24
+ - classpath/asm-tree-5.0.3.jar
25
+ - classpath/asm-util-5.0.3.jar
26
+ - classpath/cassandra-driver-core-3.10.2.jar
27
+ - classpath/embulk-output-cassandra-0.4.1.jar
28
+ - classpath/jffi-1.2.16.jar
29
+ - classpath/jnr-constants-0.9.9.jar
30
+ - classpath/jnr-ffi-2.1.7.jar
31
+ - classpath/jnr-posix-3.0.44.jar
32
+ - classpath/jnr-x86asm-1.0.2.jar
33
+ - classpath/metrics-core-3.2.2.jar
34
+ - classpath/netty-buffer-4.0.44.Final.jar
35
+ - classpath/netty-codec-4.0.44.Final.jar
36
+ - classpath/netty-common-4.0.44.Final.jar
37
+ - classpath/netty-handler-4.0.44.Final.jar
38
+ - classpath/netty-transport-4.0.44.Final.jar
39
+ - lib/embulk/output/cassandra.rb
40
+ homepage: https://github.com/joker1007/embulk-output-cassandra
41
+ licenses:
42
+ - MIT
43
+ metadata: {}
44
+ post_install_message:
45
+ rdoc_options: []
46
+ require_paths:
47
+ - lib
48
+ required_ruby_version: !ruby/object:Gem::Requirement
49
+ requirements:
50
+ - - ">="
51
+ - !ruby/object:Gem::Version
52
+ version: '0'
53
+ required_rubygems_version: !ruby/object:Gem::Requirement
54
+ requirements:
55
+ - - ">="
56
+ - !ruby/object:Gem::Version
57
+ version: '0'
58
+ requirements: []
59
+ rubyforge_project:
60
+ rubygems_version: 2.7.9
61
+ signing_key:
62
+ specification_version: 4
63
+ summary: Cassandra output plugin for Embulk
64
+ test_files: []