https://github.com/embulk/embulk-input-jdbc
MySQL, PostgreSQL, Redshift and generic JDBC input plugins for Embulk
https://github.com/embulk/embulk-input-jdbc
Last synced: 8 days ago
JSON representation
MySQL, PostgreSQL, Redshift and generic JDBC input plugins for Embulk
- Host: GitHub
- URL: https://github.com/embulk/embulk-input-jdbc
- Owner: embulk
- License: other
- Created: 2015-02-13T01:44:16.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2025-03-15T11:00:54.000Z (2 months ago)
- Last Synced: 2025-04-14T05:55:32.525Z (about 1 month ago)
- Language: Java
- Size: 1.15 MB
- Stars: 103
- Watchers: 33
- Forks: 74
- Open Issues: 39
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: COPYING
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# JDBC input plugins for Embulk
JDBC input plugins for Embulk loads records to databases using JDBC drivers.
**[WARNING!]**
- embulk-input-jdbc 0.10 requires Java 8 or later (no longer supports Java 7), and requires embulk 0.9 or later.
- The default embulk type for MySQL JSON type was changed from `string` to `json` since embulk-input-jdbc 0.10 .## MySQL
See [embulk-input-mysql](embulk-input-mysql/).
## PostgreSQL
See [embulk-input-postgresql](embulk-input-postgresql/).
## Redshift
See [embulk-input-redshift](embulk-input-redshift/).
## SQL Server
See [embulk-input-sqlserver](embulk-input-sqlserver/).
## Others (generic JDBC)
See [embulk-input-jdbc](embulk-input-jdbc/).