Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/confluentinc/kafka-connect-jdbc
Kafka Connect connector for JDBC-compatible databases
https://github.com/confluentinc/kafka-connect-jdbc
confluent jdbc kafka kafka-connector streaming
Last synced: 4 months ago
JSON representation
Kafka Connect connector for JDBC-compatible databases
- Host: GitHub
- URL: https://github.com/confluentinc/kafka-connect-jdbc
- Owner: confluentinc
- License: other
- Created: 2015-04-23T02:23:08.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2024-04-13T02:21:49.000Z (7 months ago)
- Last Synced: 2024-04-14T01:06:31.602Z (7 months ago)
- Topics: confluent, jdbc, kafka, kafka-connector, streaming
- Language: Java
- Homepage:
- Size: 14.5 MB
- Stars: 997
- Watchers: 336
- Forks: 950
- Open Issues: 539
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
- awesome-kafka - JDBC
README
# Kafka Connect JDBC Connector
kafka-connect-jdbc is a [Kafka Connector](http://kafka.apache.org/documentation.html#connect)
for loading data to and from any JDBC-compatible database.Documentation for this connector can be found [here](http://docs.confluent.io/current/connect/connect-jdbc/docs/index.html).
# Development
To build a development version you'll need a recent version of Kafka as well as a set of upstream Confluent projects, which you'll have to build from their appropriate snapshot branch. See the [FAQ](https://github.com/confluentinc/kafka-connect-jdbc/wiki/FAQ)
for guidance on this process.You can build kafka-connect-jdbc with Maven using the standard lifecycle phases.
# FAQ
Refer frequently asked questions on Kafka Connect JDBC here -
https://github.com/confluentinc/kafka-connect-jdbc/wiki/FAQ# Contribute
Contributions can only be accepted if they contain appropriate testing. For example, adding a new dialect of JDBC will require an integration test.
- Source Code: https://github.com/confluentinc/kafka-connect-jdbc
- Issue Tracker: https://github.com/confluentinc/kafka-connect-jdbc/issues
- Learn how to work with the connector's source code by reading our [Development and Contribution guidelines](CONTRIBUTING.md).# Information
For more information, check the documentation for the JDBC connector on the [confluent.io](https://docs.confluent.io/current/connect/kafka-connect-jdbc/index.html) website. Questions related to the connector can be asked on [Community Slack](https://launchpass.com/confluentcommunity) or the [Confluent Platform Google Group](https://groups.google.com/forum/#!topic/confluent-platform/).
# License
This project is licensed under the [Confluent Community License](LICENSE).