Provides a direct, server-based solution for replicating Change Data Capture (CDC) events from various databases to Apache Iceberg tables.
This project implements a Debezium Server Iceberg consumer, enabling real-time replication of CDC events from databases directly into Iceberg tables. It specifically eliminates the need for intermediate streaming platforms like Spark or Kafka. You can build it from source using `mvn package`, then `unzip` the distribution, update `config/application.properties`, and execute with `bash run.sh`.
Provides a direct, server-based solution for replicating Change Data Capture (CDC) events from various databases to Apache Iceberg tables.
Data engineers and architects needing a simple, direct way to replicate database changes into an Iceberg-based data lake should consider this.