MySQL 增量同步到 PostgreSQL

less than 1 minute read

背景

接触到越来越多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/

10. 阿里云开源的同步工具 https://github.com/aliyun/rds_dbsync

Flag Counter

digoal’s 大量PostgreSQL文章入口