简体   繁体   English

如何与Oracle中的数据同步到弹性搜索

[英]How to sync with data from oracle to elastic search

I need to sync my oracle data with elastic search , when i search on net i found 3 ways it can be done 我需要用弹性搜索同步我的oracle数据,当我在网上搜索时,我发现可以完成3种方法

  1. Using Logstash JDBC input plugin 使用Logstash JDBC输入插件
  2. Using Kafka connect JDBC 使用Kafka Connect JDBC
  3. Using Elasticsearch JDBC input plugin 使用Elasticsearch JDBC输入插件

I am using jdk1.8 and elsaticsearch 7.2 . 我正在使用jdk1.8elsaticsearch 7.2

I want to use through JDBC input plugin i search for installer and steps to configure , not able to found . 我想通过JDBC输入插件使用我搜索安装程序和配置步骤,无法找到。

Can you please guide me on that. 你能在这方面指导我吗?

I would have gone for the Logstash JDBC input plugin plugin. 我本来想买Logstash JDBC输入插件插件。 Should be pretty straight forward and the continuous syncing is well documented . 应该非常简单明了,并且持续同步已得到充分记录

PS: "Elasticsearch JDBC input plugin" are you sure there is such a thing? PS:“ Elasticsearch JDBC输入插件”您确定有这样的事情吗? Generally you don't want to do any blocking (especially IO) calls in Elasticsearch — that's why Rivers were removed and we're careful not to add any such problems again. 通常,您不想在Elasticsearch中进行任何阻塞(尤其是IO)调用-这就是为什么Rivers被删除的原因,我们非常小心,不要再次添加任何此类问题。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM