Abstract:
This session introduces you to Debezium (https://debezium.io), one of the most powerful open source change data capture platforms. You will learn about its core features and explore the different ways Debezium lets you build streaming data pipelines using popular databases as data sources. Examples focus on using Debezium together with Apache Kafka, but also briefly show how to stream captured change events to other types of data sinks, such as a simple HTTP endpoint.
These are the main takeaways:
* Understand the Benefits of log-based change data capture (CDC)
* Know about the 3 ways to run / work with Debezium
* Using Debezium’s PostgreSQL connector to publish database changes to Apache Kafka
* Running Debezium Server to set up a CDC pipeline between PostgreSQL and a web API endpoint
* Working with Debezium UI to configure and inspect a MySQL source connector
Tutorial Docs: https://redhat-scholars.github.io/debezium-tutorial/debezium-tutorial/index.html
Tutorial Repo: https://github.com/redhat-scholars/debezium-tutorial