Sign inSign up

midtrans/maxwell

By midtrans

•Updated almost 10 years ago

Maxwell's daemon, an application that reads MySQL binlogs and writes row updates to Kafka as JSON.

Image
0

538

midtrans/maxwell repository overview

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/⁠

⁠ENV Config

MYSQL_USERNAME MYSQL_PASSWORD MYSQL_HOST KAFKA_HOST KAFKA_PORT MAXWELL_OPTIONS (example --include_dbs=mydb --blacklist_tables=/footable.*/)

Tag summary

Content type

Image

Digest

Size

170.8 MB

Last updated

almost 10 years ago

docker pull midtrans/maxwell