Maxwell's daemon, a mysql-to-json kafka producer http://maxwells-daemon.io
10M+
This is Maxwell's daemon, a change data capture application that reads MySQL binlogs and writes data changes as JSON to Kafka, Kinesis, and other streaming platforms.
↓ Download | ⚝ Source / Community | ☝ Getting Started | ☷ Reference
What's it for?
It goes like this:
mysql> update `test`.`maxwell` set mycol = 55, daemon = 'Stanislaw Lem';
maxwell -> kafka:
{
"database": "test",
"table": "maxwell",
"type": "update",
"ts": 1449786310,
"data": { "id":1, "daemon": "Stanislaw Lem", "mycol": 55 },
"old": { "mycol":, 23, "daemon": "what once was" }
}
Content type
Image
Digest
sha256:e088d9654…
Size
476 MB
Last updated
about 1 year ago
docker pull zendesk/maxwell