← All projects

Debezium

Stream changes from your database.

Data & Analyticschange-data-capturecdcopen-sourcedatabasestreamingevent-drivendistributed-systems
Debezium screenshot

About

Debezium is an open source distributed platform for change data capture (CDC) that monitors databases and streams every row-level change to connected applications. It supports inserts, updates, and deletes across multiple database types, delivering events in commit order with low latency and high throughput. Applications can use these event streams to update caches, sync search indexes, trigger notifications, and more—without modifying the original data-writing apps.

Problem

Keeping multiple data systems in sync when a database changes is complex, error-prone, and hard to do reliably without missing events.

For

software developers and data engineers building event-driven or microservices architectures

How it works

Debezium connects to source databases, continuously monitors their transaction logs, and publishes every row-level change as an ordered event stream that downstream apps and services can consume.

Business model

open-source

Status

launched

Similar projects