embulk-input-mongodb 0.8.0-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: a723dc8db9f69cc9ee1cdd90ae6a7e2b79523b9c1cec82b47eaee93accedf75d
4
+ data.tar.gz: 77e3cb7bf2b6c1f5f6eb0970981cc5a05be4d7749e53c634a624d16ae3c3e9a3
5
+ SHA512:
6
+ metadata.gz: 5d967ce7fb384ea425fe15485432c18e93799cb9e594dabaebcc7581c8659e0587074dde666762485221bb7a61fd59bc4e8d83218e8e7fee8d77721a9cbb8bd1
7
+ data.tar.gz: 6491c1459fc7bb428c8f3a27a742fa5457e9e5d1d6833aaeab88f271ad08d204e69d82142be28a8cac8ff27ff1d45f30343c3078f4405b4495da25ce3ca3f6d8
@@ -0,0 +1,3 @@
1
+ Embulk::JavaPlugin.register_input(
2
+ "mongodb", "org.embulk.input.mongodb.MongodbInputPlugin",
3
+ File.expand_path("../../../../classpath", __FILE__))
metadata ADDED
@@ -0,0 +1,55 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: embulk-input-mongodb
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.8.0
5
+ platform: java
6
+ authors:
7
+ - Kazuyuki Honda
8
+ - Dai MIKURUBE
9
+ autorequire:
10
+ bindir: bin
11
+ cert_chain: []
12
+ date: 2020-11-05 00:00:00.000000000 Z
13
+ dependencies: []
14
+ description: Loads records from Mongodb.
15
+ email:
16
+ - hakobera@gmail.com
17
+ - dmikurube@treasure-data.com
18
+ executables: []
19
+ extensions: []
20
+ extra_rdoc_files: []
21
+ files:
22
+ - classpath/embulk-input-mongodb-0.8.0.jar
23
+ - classpath/embulk-util-config-0.1.4.jar
24
+ - classpath/jackson-annotations-2.6.7.jar
25
+ - classpath/jackson-core-2.6.7.jar
26
+ - classpath/jackson-databind-2.6.7.jar
27
+ - classpath/jackson-datatype-jdk8-2.6.7.jar
28
+ - classpath/mongo-java-driver-3.8.1.jar
29
+ - classpath/validation-api-1.1.0.Final.jar
30
+ - lib/embulk/input/mongodb.rb
31
+ homepage: https://github.com/embulk/embulk-input-mongodb
32
+ licenses:
33
+ - MIT
34
+ metadata: {}
35
+ post_install_message:
36
+ rdoc_options: []
37
+ require_paths:
38
+ - lib
39
+ required_ruby_version: !ruby/object:Gem::Requirement
40
+ requirements:
41
+ - - ">="
42
+ - !ruby/object:Gem::Version
43
+ version: '0'
44
+ required_rubygems_version: !ruby/object:Gem::Requirement
45
+ requirements:
46
+ - - ">="
47
+ - !ruby/object:Gem::Version
48
+ version: '0'
49
+ requirements: []
50
+ rubyforge_project:
51
+ rubygems_version: 2.7.9
52
+ signing_key:
53
+ specification_version: 4
54
+ summary: Mongodb input plugin for Embulk
55
+ test_files: []