zendesk/maxwell
Maxwell's daemon, a mysql-to-json kafka producer observed · 2026-08-28
Health v2 · maintenance only
96/100
- Activity 97
- Release rhythm 91
- Longevity 100
Flags: no_license
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: 30.0
- age_days: 4223
- days_rel: 60
- days_push: 21
- n_releases_24m: 9
Adoption not part of the score
4258 stars · 1043 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
Maxwell's Daemon is a change data capture (CDC) application that reads MySQL binlogs and emits row-level changes as JSON to Kafka, Kinesis, and other streaming platforms. It is a self-contained Java daemon deployable via command line, Docker, or Homebrew.
Use cases
- stream mysql binlog changes to kafka as
- maintain an audit log of all database changes
- build or expire caches from database change events
- keep a search index in sync with mysql
- etl data out of mysql into streaming platforms
- enable inter-service communication via change events
When to choose
- you need row-level change data capture from mysql or mariadb
- you want change events delivered to kafka, kinesis, or similar producers
- you need an audit trail of every insert, update, and delete
- you want a lightweight, self-hosted cdc daemon without heavy infrastructure
When to avoid
- your source database is not mysql or mariadb
- you need a gui or managed cdc service
- you only need periodic batch exports rather than real-time streaming
- you require full-table initial syncs with complex transformations out of the box
Facets
application · maturity active
etl streaming message-queue database serialization databases big-data developer-tools jvm self-hosted change-data-capture mysql-binlog kafka-producer cdc kinesis audit-log data-engineering docker linux macos
4 sources
- readme: https://github.com/zendesk/maxwell · fetched 2026-08-28 · fd07c153391c
- homepage: https://maxwells-daemon.io/ · fetched 2026-08-29 · dd6f46572317
- site_page: https://maxwells-daemon.io/quickstart · fetched 2026-08-29 · 8217cd7ff9d7
- site_page: https://maxwells-daemon.io/changelog · fetched 2026-08-29 · f35ba260c95a
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| zendesk/maxwell | main | 96 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem