Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
forked fromzendesk/maxwell

🔨😈 Maxwell's daemon, a mysql-to-json kafka producer

License

NotificationsYou must be signed in to change notification settings

vend/maxwell

 
 

Repository files navigation

This isMaxwell's daemon, achange data capture applicationthat 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?

  • ETL of all sorts
  • maintaining an audit log of all changes to your database
  • cache building/expiring
  • search indexing
  • inter-service communication

It goes like this:

  mysql> update `test`.`maxwell` set mycol = 55, daemon = 'Stanislaw Lem';  maxwell -> kafka:   {    "database": "test",    "table": "maxwell",    "type": "insert",    "ts": 1449786310,    "data": { "id":1, "daemon": "Stanislaw Lem", "mycol": 55 },    "old": { "mycol":, 23, "daemon": "what once was" }  }

About

🔨😈 Maxwell's daemon, a mysql-to-json kafka producer

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java94.7%
  • ANTLR2.9%
  • Shell1.0%
  • Ruby0.8%
  • JavaScript0.4%
  • Dockerfile0.1%
  • Makefile0.1%

[8]ページ先頭

©2009-2025 Movatter.jp