This project sets up a real-time data pipeline utilizing Change Data Capture (CDC) to stream changes from a PostgreSQL database to a ClickHouse database through Apache Kafka. Using Debezium to capture and stream database changes, and Kafka Connect to sink the data into ClickHouse, this pipeline allows for efficient data synchronization.
Stars
12
Forks
1
Watchers
12
Open Issues
0
Overall repository health assessment
No language data available
No package.json found
This might not be a Node.js project
12
commits
Merge branch 'main' of https://github.com/leartbeqiraj1/cdc-postgresql-clickhouse
3c5ff00View on GitHubupdated debezium postgresql connector version and configuration
590e52cView on GitHub