# Debezium

Change data capture for a variety of databases. Please log issues at https://github.com/debezium/dbz/issues.

Repository: https://github.com/debezium/debezium
Canonical: https://ross.abutalabs.com/products/debezium
Homepage: https://debezium.io
Language: Java
License: Apache-2.0
License Family: permissive
Topics: change-data-capture, kafka-connect, apache-kafka, debezium, cdc, database, kafka, kafka-producer, event-streaming, data-pipeline, hacktoberfest
Last push: 2026-08-26T11:57:40+00:00
Link (homepage): https://debezium.io
Link (site_page): https://debezium.io/documentation/faq
Link (site_page): https://debezium.io/documentation
Link (site_page): https://debezium.io/releases
Link (site_page): https://debezium.io/releases/3.6

## Health v2 (maintenance only)
Score: 77/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 99, release rhythm 35, longevity 100
- inputs: {"age_days": 3876, "days_push": 7, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 13049, forks 3017 (observed 2026-08-28T04:11:01.817196+00:00)

## What it is
Debezium is an open source distributed platform for change data capture (CDC) that streams row-level database changes as events, most commonly via Apache Kafka Connect source connectors. It uses log-based CDC to capture inserts, updates, and deletes with low latency, durable offset tracking, and a unified change event model across many databases.

## Use cases
- stream database changes to kafka in real time
- keep elasticsearch search index in sync with a database
- invalidate caches when rows change
- implement the transactional outbox pattern for microservices
- replicate data from mysql or postgres to a data warehouse
- capture deletes and old row state without triggers or last-updated columns
- build event-driven services that react to data changes

## When to choose
- you need reliable, ordered, low-latency change data capture from a supported database
- you already run or can deploy Apache Kafka / Kafka Connect
- you want to avoid polling, dual writes, or database triggers
- you need durable event history so consumers can go down and resume without missing events

## When to avoid
- you have no Kafka or event-streaming infrastructure and only need simple one-off ETL jobs
- your database is not among the supported connectors
- you only need batch data sync on a schedule rather than streaming changes
- you cannot grant the replication/log-reading privileges Debezium requires on the source database

## Facets
- artifact type: library
- maturity: stable
- function: streaming, etl, database, message-queue, middleware
- domain: databases, big-data, microservices, developer-tools
- platform: jvm, self-hosted, cloud
- tags: change-data-capture, cdc, kafka-connect, apache-kafka, event-streaming, data-pipeline, log-based-cdc, mysql, postgresql, oracle, sql-server, mongodb, outbox-pattern, data-engineering, docker, kubernetes

## Member repositories
- debezium/debezium (main) score 77
- debezium/debezium-examples (examples) score 77

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:11:01.817196+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-29T17:13:34.369896+00:00, confidence not recorded.
  - readme: https://github.com/debezium/debezium (fetched 2026-08-28T04:11:01.817196+00:00, sha 35eb09473da8)
  - homepage: https://debezium.io (fetched 2026-08-29T08:09:43.415226+00:00, sha 2ea7b075ea21)
  - site_page: https://debezium.io/documentation/faq (fetched 2026-08-29T08:09:43.417887+00:00, sha 96f25a7714ae)
  - site_page: https://debezium.io/documentation (fetched 2026-08-29T08:09:43.420812+00:00, sha f3d68fd92226)
  - site_page: https://debezium.io/documentation/reference/3.6/tutorial.html (fetched 2026-08-29T08:09:43.429036+00:00, sha 01c5b6db4e2b)
  - site_page: https://debezium.io/documentation/reference/stable/features.html (fetched 2026-08-29T08:09:43.431158+00:00, sha cfccb1164541)
  - site_page: https://debezium.io/documentation/reference/stable/architecture.html (fetched 2026-08-29T08:09:43.433314+00:00, sha 9510903474fd)
  - site_page: https://debezium.io/releases (fetched 2026-08-29T08:09:43.422623+00:00, sha 2d352fd0e238)
  - site_page: https://debezium.io/releases/3.6 (fetched 2026-08-29T08:09:43.424469+00:00, sha 5786eba3114e)
  - site_page: https://debezium.io/releases/3.7 (fetched 2026-08-29T08:09:43.426227+00:00, sha eb3d214e97be)
- Data as of 2026-08-30T08:39:29.467469+00:00.
