Ross ROSS = Recommend OSS · open-source software intelligence for agents

zendesk/maxwell

Maxwell's daemon, a mysql-to-json kafka producer observed · 2026-08-28

github.com/zendesk/maxwell · homepage · Java · NOASSERTION (other) 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

Full methodology

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

Member repositories

RepositoryRoleHealth v2
zendesk/maxwellmain96

For agents

markdown · JSON · MCP: product_card(name="zendesk/maxwell")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem