[Debezium](https://debezium.io/) 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]]). ## [Official Documentation](https://debezium.io/documentation/) ## 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 ## [Recent Posts](https://www.reddit.com/r/dataengineering/search/?q=debezium&restrict_sr=1&t=year&sort=relevance) %% wiki footer: Please don't edit anything below this line %% ## This note in GitHub <span class="git-footer">[Edit In GitHub](https://github.dev/data-engineering-community/data-engineering-wiki/blob/main/Tools/Data%20Ingestion/Debezium.md "git-hub-edit-note") | [Copy this note](https://raw.githubusercontent.com/data-engineering-community/data-engineering-wiki/main/Tools/Data%20Ingestion/Debezium.md "git-hub-copy-note")</span> <span class="git-footer">Was this page helpful? [šŸ‘](https://tally.so/r/mOaxjk?rating=Yes&url=https://dataengineering.wiki/Tools/Data%20Ingestion/Debezium) or [šŸ‘Ž](https://tally.so/r/mOaxjk?rating=No&url=https://dataengineering.wiki/Tools/Data%20Ingestion/Debezium)</span>