前言:
目前mysql与elasticsearch常用的同步机制大多是基于插件实现的,常用的插件包括:elasticsearch-jdbc, elasticsearch-river-MySQL , go-mysql-elasticsearch, logstash-input-jdbc。
本文对四种插件的优缺点进行了图表对比。
1. 目前业界有以下几个插件实现ES与Mysql的同步操作。
|序号 | 插件名称 |地址 |
——:———————— :————————————————-
| 1 | elasticsearch-jdbc | https://github.com/jprante/elasticsearch-jdbc |
——:———————— :————————————————-
| 2 | elasticsearch-river-MySQL | https://github.com/scharron/elasticsearch-|river-mysql |
——:———————— :————————————————-
| 3 | go-mysql-elasticsearch
(国内作者siddontang) https://github.com/siddontang/go-mysql-|elasticsearch |
——:———————— :————————————————-
| 4 | logstash-input-jdbc https://github.com/logstash-plugins/logstash-|input-jdbc |
——:———————— :————————————————-
严格意义上elasticsearch-jdbc已经不是第三方插件,已经成为独立的第三方工具。