50K+
This project is based on Confluent's Kafka JDBC connector with additional functionalities, namely:
TimescaleDB databasescreateTable statements.TIMESTAMPTZ data type in PostgreSQL databases.This project depends on a transform plugin that transforms the Kafka record before it is written to the database. See RADAR-base / kafka-connect-transform-keyvalue for more information.
If you're using Docker, the transform plugin image is included in the Dockerfile. If you're installing manually, the kafka-connect-transform-keyvalue plugin must be installed to your Confluent plugin path.
This repository relies on a recent version of docker and docker-compose as well as an installation of Java 8 or later.
Copy docker/sink-timescale.properties.template to docker/sink-timescale.properties and enter your database connection URL, username, and password.
Now you can run a full Kafka stack using
docker-compose up -d --build
Code should be formatted using the Google Java Code Style Guide. If you want to contribute a feature or fix browse our issues, and please make a pull request.
Content type
Image
Digest
sha256:5d854ff4a…
Size
1.4 GB
Last updated
about 1 year ago
docker pull radarbase/radar-jdbc-connector:master