Real-Time Data Streaming with Postgres & Debezium
This presentation explores the power of Change Data Capture (CDC) to transform your database into a real-time event source. We dive into the architecture of Debezium, how it leverages PostgreSQL’s logical decoding, and how to build resilient data pipelines. What is CDC? Change Data Capture (CDC) is a set of software design patterns used to determine and track the data that has changed so that action can be taken using the changed data. ...