天天看點

mysql生态圈

一物從來有一身,一身還有一乾坤!虛心學習,多多交流

1、HA

  • orchestrator

    https://blog.csdn.net/q936889811/article/details/103633791

    https://github.com/github/orchestrator

  • atlas

    https://github.com/Qihoo360/Atlas/wiki/Atlas%E7%9A%84%E6%9E%B6%E6%9E%84

  • 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/80604396

4、文檔學習

  • innodb官方文檔中文

    https://blog.csdn.net/q936889811/article/details/83899062

5、python-mysql-replication

python包

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

純Python實作MySQL複制協定建構在PyMYSQL之上