Using EventStoreDB in Change Data Capture (CDC) pipelines

With EventStoreDB’s immutable storage, fine-grained streams, and native projection and subscription capabilities, organizations can derive more insight from their data than possible with traditional CDC methods.
Write your awesome label here.

Course Content

This course consists of two parts: 

1. A pdf providing an overview of the features and benefits of using EventStoreDB in your CDC pipeline, along with examples and descriptions to help frame the use case.

2. Instructions to access an Event Store GitHub repo that provides:

  • Use Case Summary
  • Instructions on how to launch a Docker-based MySQL to EventStoreDB pipeline using Debezium
  • Code example that reads from Kafka and publishes to EventStoreDB
  • Code examples that perform statistical analysis by reading from EventStoreDB streams and projections 
  • SQL scripts that modify the MySQL database to trigger change events in the CDC pipeline