You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
MySQL Binary Log connector. @osheroff's fork of @shiyko's project, probably
5
+
the "official" version of this. With help from the Debezium devs.
5
6
6
7
Initially project was started as a fork of [open-replicator](https://code.google.com/p/open-replicator),
7
8
but ended up as a complete rewrite. Key differences/features:
@@ -23,16 +24,17 @@ but ended up as a complete rewrite. Key differences/features:
23
24
24
25
## Usage
25
26
26
-
Get the latest JAR(s) from [here](https://search.maven.org/search?q=g:com.zendesk%20AND%20a:mysql-binlog-connector-java). Alternatively you can include following Maven dependency (available through Maven Central):
Or get the latest JAR(s) from [here](https://search.maven.org/search?q=g:com.zendesk%20AND%20a:mysql-binlog-connector-java).
37
+
36
38
#### Reading binary log file
37
39
38
40
```java
@@ -197,14 +199,14 @@ For the insight into the internals of MySQL look [here](https://dev.mysql.com/do
197
199
Some of the OSS using / built on top of mysql-binlog-conector-java:
198
200
*[apache/nifi](https://github.com/apache/nifi) An easy to use, powerful, and reliable system to process and distribute data.
199
201
*[debezium](https://github.com/debezium/debezium) A low latency data streaming platform for change data capture (CDC).
202
+
*[zendesk/maxwell](https://github.com/zendesk/maxwell) A MySQL-to-JSON Kafka producer.
200
203
*[mavenlink/changestream](https://github.com/mavenlink/changestream) - A stream of changes for MySQL built on Akka.
201
204
*[mardambey/mypipe](https://github.com/mardambey/mypipe) MySQL binary log consumer with the ability to act on changed rows and publish changes to different systems with emphasis on Apache Kafka.
202
205
*[ngocdaothanh/mydit](https://github.com/ngocdaothanh/mydit) MySQL to MongoDB data replicator.
203
206
*[sharetribe/dumpr](https://github.com/sharetribe/dumpr) A Clojure library for live replicating data from a MySQL database.
204
207
*[shyiko/rook](https://github.com/shyiko/rook) Generic Change Data Capture (CDC) toolkit.
205
208
*[streamsets/datacollector](https://github.com/streamsets/datacollector) Continuous big data ingestion infrastructure.
206
209
*[twingly/ecco](https://github.com/twingly/ecco) MySQL replication binlog parser in JRuby.
207
-
*[zendesk/maxwell](https://github.com/zendesk/maxwell) A MySQL-to-JSON Kafka producer.
208
210
*[zzt93/syncer](https://github.com/zzt93/syncer) A tool sync & manipulate data from MySQL/MongoDB to ES/Kafka/MySQL, which make 'Eventual Consistency' promise.
209
211
210
212
It's also used [on a large scale](https://twitter.com/atwinmutt/status/626816601078300672) in MailChimp. You can read about it [here](http://devs.mailchimp.com/blog/powering-mailchimp-pro-reporting/).
0 commit comments