MySQL 增量同步到 PostgreSQL

MySQL 增量同步到 PostgreSQL

作者

digoal

日期

2016-10-20

标签

PostgreSQL , MySQL , 数据同步 , binlog


背景

接触到越来越多MySQL的数据库迁移到PostgreSQL的需求,整理了一些从MySQL增量迁移到PostgreSQL的开源项目。

有一些是基于binlog的,增量效果比较好,有兴趣的童鞋可以参考一下。

有一些是比较通用的,例如结合Kafka的。

参考

1. https://github.com/xstevens/pg_kafka

2. https://github.com/confluentinc/bottledwater-pg

3. https://github.com/noplay/python-mysql-replication

4. https://github.com/the4thdoctor/pg_chameleon

5. http://pg-chameleon.readthedocs.io/en/latest/

6. https://github.com/mardambey/mypipe

7. https://www.percona.com/live/data-performance-conference-2016/sessions/mining-mysqls-binary-log-apache-kafka-and-kafka-connect

8. http://maxwells-daemon.io/

9. http://debezium.io/

Count

你可能感兴趣的:(数据库,python,大数据)