DebeziumΒΆ
About
Debezium is an open source distributed platform for change data capture (CDC). After pointing it at your databases, you can subscribe to the event stream of all database update operations.
It is built on top of Apache Kafka, a distributed streaming platform. It allows capturing changes on a source database system (typically OLTP) and replicating them to another system, for example to run OLAP workloads on the data.
Debezium provides connectors for MySQL/MariaDB, MongoDB, PostgreSQL, Oracle, SQL Server, IBM DB2, Cassandra, Vitess, Spanner, JDBC, and Informix.
Learn
Replicate data from MSSQL
Replicate data from MSSQL to CrateDB with Debezium and Kafka.
Webinar: Replicate data from other databases
How to replicate data from other databases to CrateDB with Debezium and Kafka.