Maxwell's daemon, an application that reads MySQL binlogs and writes row updates to Kafka as JSON.
538
This is Maxwell's daemon, an application that reads MySQL binlogs and writes row updates to Kafka as JSON. Maxwell has a low operational bar and produces a consistent, easy to ingest stream of updates. It allows you to easily "bolt on" some of the benefits of stream processing systems without going through your entire code base to add (unreliable) instrumentation points. Common use cases include ETL, cache building/expiring, metrics collection, and search indexing.
taken from : http://maxwells-daemon.io/
MYSQL_USERNAME MYSQL_PASSWORD MYSQL_HOST KAFKA_HOST KAFKA_PORT MAXWELL_OPTIONS (example --include_dbs=mydb --blacklist_tables=/footable.*/)
Content type
Image
Digest
Size
170.8 MB
Last updated
almost 10 years ago
docker pull midtrans/maxwell