Skip to content

diorwave/kafka-clickhouse-sink

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Clickhouse Connector for Debezium

This connector is built on a native TCP/IP-based driver, ensuring high performance and efficient communication with ClickHouse databases. It is designed to work seamlessly with Debezium, enabling real-time data streaming and integration.

Documentation

To understand how the connector works and how to use it, please refer to the following documentation files:

Maven Dependency

To use this connector in your Maven project, add the following dependency to your pom.xml:

<!-- https://mvnrepository.com/artifact/com.vishwakraft.clickhouse/clickhouse-kafka-sink-connector -->
<dependency>
    <groupId>com.vishwakraft.clickhouse</groupId>
    <artifactId>clickhouse-kafka-sink-connector</artifactId>
    <version>${version.clickhouse-connector}</version>
</dependency>

Throughput Benchmark

The connector is optimized for high throughput and low latency. Below is a placeholder for benchmark results. Please update this section with your own performance metrics as needed.

Test Scenario Records/sec Notes
Example: Debezium to CH TBD Single node, default
Example: Batch insert (1M) TBD Batch size: 1000000

About

Kafka to ClickHouse sink connector for streaming event data into ClickHouse from Kafka topics.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages