-
debezium
Change data capture for a variety of databases. Please log issues at https://issues.redhat.com/browse/DBZ.
If capturing the changes that occur on a database, and writing those changes elsewhere is what you want, then take a look at https://debezium.io/
-
Stream
Stream - Scalable APIs for Chat, Feeds, Moderation, & Video. Stream helps developers build engaging apps that scale to millions with performant and flexible Chat, Feeds, Moderation, and Video APIs and SDKs powered by a global edge network and enterprise-grade infrastructure.
-
I like maxwell but I've used this as well. https://github.com/go-mysql-org/go-mysql
-
You want to use the MySQL binlog. It’s basically an internal MySQL table/log of all changes to the db. You can set up a connector to pull changes from the binlog and push it into Kafka or pubsub or whatever you want. Here’s an example package that does this https://github.com/vsco/autobahn-binlog