Replicate data from MySQL, Postgres and MongoDB to ClickHouse
Go to file
2022-05-06 20:33:09 +03:00
.github/workflows Fix github runner for building docker images. 2022-05-06 10:01:35 -04:00
deploy do not keep libs, use them during docker build process 2022-05-06 20:33:09 +03:00
doc redpanda condition 2022-05-06 15:38:01 +03:00
docker use debezium-base suffix 2022-05-06 20:32:22 +03:00
src Added config variables to enable metrics and to pass the metrics endpoint port. Refactor metrics class. 2022-05-06 11:41:31 -04:00
tests Added logic to use micrometer library and expose prometheus port for writing metrics. Added test case for deduplication. 2022-05-03 22:26:57 -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 Added logic to record min and max offset of the bulk message in prometheus. 2022-05-06 09:57:30 -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