embulk-filter-mysql_lookup 0.1.2 → 0.1.4
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.
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 986a3e18c5daf7eeda74e5d4f1b32a047cdf0b817317ce43c66db91a932ea7e6
|
|
4
|
+
data.tar.gz: 7e6dea6395cdcd22e93d950a2c50b9f38eb955285680c2be2e10576208f5e49b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 8e23daedc484493ebfb0c75a97ac731893a84db3b397587f626c2e4b2553230c86e9896c3e3e4ef6ba0aee8738a5a1ebb031af093023c71e9e5d8dd30854e82a
|
|
7
|
+
data.tar.gz: 3e688f47128c722364d080f4993a67ce52531654ed0898690374bf064f979607da10a788cde5012145a45469f031e6a97d928c17a6dd3ce029f97aa3c0d24788
|
data/{LICENSE.txt → LICENSE}
RENAMED
|
File without changes
|
data/README.md
CHANGED
|
@@ -1,4 +1,12 @@
|
|
|
1
|
+
<p align="center">
|
|
2
|
+
<a href="https://www.infoobjects.com/" target="blank"><img src="screenshots/logo.png" width="150" alt="InfoObjects Logo" /></a>
|
|
3
|
+
</p>
|
|
4
|
+
<p align="center">Infoobjects is a consulting company that helps enterprises transform how and where they run applications and infrastructure.
|
|
5
|
+
From strategy, to implementation, to ongoing managed services, Infoobjects creates tailored cloud solutions for enterprises at all stages of the cloud journey.</p>
|
|
6
|
+
|
|
1
7
|
# MYSQL lookup filter plugin for Embulk
|
|
8
|
+
[](LICENSE)
|
|
9
|
+
|
|
2
10
|
|
|
3
11
|
An Embulk filter plugin for Lookup Transformation with MySQL database
|
|
4
12
|
|
|
@@ -130,4 +138,7 @@ Release gem:
|
|
|
130
138
|
|
|
131
139
|
```
|
|
132
140
|
$ ./gradlew gemPush
|
|
133
|
-
```
|
|
141
|
+
```
|
|
142
|
+
## Licensing
|
|
143
|
+
|
|
144
|
+
InfoObjects [license](LICENSE) (MIT License)
|
data/build.gradle
CHANGED
data/classpath/{embulk-filter-mysql_lookup-0.1.2.jar → embulk-filter-mysql_lookup-0.1.4.jar}
RENAMED
|
Binary file
|
|
Binary file
|
|
Binary file
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: embulk-filter-mysql_lookup
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.4
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- InfoObjects Inc.
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2022-09-
|
|
11
|
+
date: 2022-09-26 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|
|
@@ -46,20 +46,22 @@ extensions: []
|
|
|
46
46
|
extra_rdoc_files: []
|
|
47
47
|
files:
|
|
48
48
|
- ".gitignore"
|
|
49
|
-
- LICENSE
|
|
49
|
+
- LICENSE
|
|
50
50
|
- README.md
|
|
51
51
|
- build.gradle
|
|
52
|
-
- classpath/embulk-filter-mysql_lookup-0.1.
|
|
52
|
+
- classpath/embulk-filter-mysql_lookup-0.1.4.jar
|
|
53
53
|
- classpath/mysql-connector-java-8.0.19.jar
|
|
54
54
|
- classpath/protobuf-java-3.6.1.jar
|
|
55
55
|
- config/checkstyle/checkstyle.xml
|
|
56
56
|
- config/checkstyle/default.xml
|
|
57
|
+
- embulk-filter-mysql_lookup-0.1.3.gem
|
|
57
58
|
- example/config.yml
|
|
58
59
|
- gradle/wrapper/gradle-wrapper.jar
|
|
59
60
|
- gradle/wrapper/gradle-wrapper.properties
|
|
60
61
|
- gradlew
|
|
61
62
|
- gradlew.bat
|
|
62
63
|
- lib/embulk/filter/mysql_lookup.rb
|
|
64
|
+
- screenshots/logo.png
|
|
63
65
|
- src/main/java/org/embulk/filter/mysql_lookup/DatabaseConnection.java
|
|
64
66
|
- src/main/java/org/embulk/filter/mysql_lookup/MysqlLookupFilterPlugin.java
|
|
65
67
|
- src/test/java/org/embulk/filter/mysql_lookup/TestMysqlLookupFilterPlugin.java
|