embulk-input-cassandra 0.2.1-java

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: ec9ed9c079ca78222784cd96282caed5d4cc2cf12126a79af1972354abd72990
4
+ data.tar.gz: c66bf82147bf3ec68d7ef1e4045d5c96c57a741df651e30af7ff99f232a06707
5
+ SHA512:
6
+ metadata.gz: 215f35a7194fb7175b04eb69d14bd3c4d993c095aff3aacc84bf2db2f67f2cea505454e9e23b1dee1afd13ba6f81f32732d373ae60997c858049d024615aa1b0
7
+ data.tar.gz: 0b8ffde5c05911a4bac9f159c8098b63ee96af1ab3adc2e8cf94ca7f189f88cf9927d61d95fec7fc930f15c0544e66a3c4d60d322b7132740d90d173a72375f6
@@ -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_input(
2
+ "cassandra", "org.embulk.input.cassandra.CassandraInputPlugin",
3
+ File.expand_path("../../../../classpath", __FILE__))
metadata ADDED
@@ -0,0 +1,64 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: embulk-input-cassandra
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.2.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 input 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-input-cassandra-0.2.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/input/cassandra.rb
40
+ homepage: https://github.com/joker1007/embulk-input-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 input plugin for Embulk
64
+ test_files: []