目前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已经不是第三方插件,已经成为独立的第三方工具。

2、插件优缺点对比

mysql 与elasticsearch实时同步常用插件及优缺点对比(ES与关系型数据库同步)

相关文章:

  • 2022-01-01
  • 2021-06-09
  • 2021-09-27
  • 2021-09-15
  • 2022-02-08
  • 2021-12-16
  • 2022-12-23
  • 2021-10-15
猜你喜欢
  • 2021-04-19
  • 2022-12-23
  • 2021-12-05
  • 2021-09-13
  • 2022-01-22
  • 2022-12-23
相关资源
相似解决方案