一物从来有一身,一身还有一乾坤!虚心学习,多多交流
1、HA
orchestrator https://github.com/github/orchestrator
atlas https://github.com/Qihoo360/Atlas/wiki/Atlas的架构
MHA https://github.com/yoshinorim/mha4mysql-manager
mmm
mycat https://github.com/MyCATApache/Mycat-Server
cetus https://github.com/cetus-tools/cetus
canal https://github.com/alibaba/canal/releases
dbproxy https://github.com/Meituan-Dianping/DBProxy
mysql迁移至es https://github.com/m358807551/mysqlsmom 2、管理工具
percona-toolkit https://www.percona.com/
gh-ost https://github.com/github/gh-ost
innotop https://github.com/innotop/innotop
mysql-schema-sync https://github.com/hidu/mysql-schema-sync
binlog2sql https://github.com/danfengcao/binlog2sql
PMM 安装:https://www.percona.com/doc/percona-monitoring-and-management/faq.html#how-can-i-contact-the-developers 启动:https://www.percona.com/doc/percona-monitoring-and-management/glossary.option.html
3、衍生版本
percona mysql https://www.percona.com/ 建议安装percona全家桶MGR https://blog.csdn.net/q936889811/article/details/806043964、文档学习
innodb官方文档中文 https://blog.csdn.net/q936889811/article/details/838990625、python-mysql-replication python包 https://github.com/noplay/python-mysql-replication 纯Python实现MySQL复制协议构建在PyMYSQL之上