Replicate data from MySQL, Postgres and MongoDB to ClickHouse
Go to file
Vladislav Klimenko 8779dd821e clarify config
2022-05-03 01:07:51 +03:00
.github/workflows Fix steps in github workflow 2022-04-29 10:22:15 -04:00
deploy clarify config 2022-05-03 01:07:51 +03:00
doc Sink connector configuration documentation. 2022-04-29 21:00:54 -04:00
docker place plugin .tar.gz to plugins folder 2022-05-03 01:05:54 +03:00
src Fixed bug when topic2tablemap is not passed and added logic to update the map to store topic to table mapping. 2022-04-29 13:09:34 -04:00
tests Sink connector configuration documentation. 2022-04-29 21:00:54 -04:00
.gitignore Added initial commit of files from the original repo 2022-03-28 09:16:31 -04:00
LICENSE Initial commit 2022-03-21 11:32:45 +03:00
pom.xml Set java version to 9 in github runner. 2022-04-22 10:05:58 -04:00
README.md Updated documentation with Data types mapping. 2022-04-29 13:32:53 -04:00
strimzi.yml Updated documentation with Data types mapping. 2022-04-29 13:32:53 -04:00

ClickHouse Sink Connector

Sink connector sinks data from Kafka into Clickhouse. The connector is tested with the following converters

Currently the connector only supports Insert operations.

Documentation