Skip to content

Latest commit

 

History

History
130 lines (29 loc) · 2.36 KB

20161020_01.md

File metadata and controls

130 lines (29 loc) · 2.36 KB

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/

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

您的愿望将传达给PG kernel hacker、数据库厂商等, 帮助提高数据库产品质量和功能, 说不定下一个PG版本就有您提出的功能点. 针对非常好的提议,奖励限量版PG文化衫、纪念品、贴纸、PG热门书籍等,奖品丰富,快来许愿。开不开森.

digoal's wechat