Python:使用 mysqlsmom 模块实时同步MySQL数据到ElasticSearch
mysqlsmom 文档:https://mysqlsmom.readthedocs.io/en/latest/hello.htmlgithub: https://github.com/m358807551/mysqlsmom环境要求:1、python2.7 2、redis 3、Mysql 配置 binlog-format=row安装 pip install mysqlsmom全量同步#创建全量...