Data Engineering Hub
GitHub Toggle Dark/Light/Auto mode Toggle Dark/Light/Auto mode Toggle Dark/Light/Auto mode

Debezium

Debezium is an open-source log-based [[Change Data Capture|change data capture]] tool used for streaming changes from your database. It works by reading the [[Transaction Log|transaction log]] of your database to capture INSERT/UPDATE/DELETE events and propagates those events to a consumer (most commonly [[Apache Kafka]]).

Debezium Advantages

  • Captures changes in a way that has minimal impact on the source
  • Changes can be captured with very low latency

Debezium Disadvantages

Debezium Learning Resources