当前位置:   article > 正文

ElasticSearch对接PostgreSQL数据库(postgres-elasticsearch-fdw)_elasticsearch+数据采集postgrel

elasticsearch+数据采集postgrel

PG数据库插件 postgres-elasticsearch-fdw

一、插件简介

This allows you to index data in Elastic Search and then search it from PostgreSQL. You can write as well as read.1
这允许您在弹性搜索中索引数据,然后从PostgreSQL中搜索数据。你可以读也可以写。

通过PostgreSQL(以下简称PG)数据库进行ElasticSearch(以下简称ES)数据库的检索。利用 pg 中的外部表将存储于 es 的数据源获取至pg进行查询。在 pg 端操纵 es 数据库,无需调整使用 es 语法,即使用传统SQL语法,即可得到想要的结果。

二、安装方法

三、使用方法

四、参数介绍


参考内容:

fdw-GitHub: matthewfranglen / postgres-elasticsearch-fdw 点此进入

fdw-学习项目: rongfengliang / es-fdw-learning 点此进入

参考资料: rongfengliang -- postgres elasticsearch fdw 学习 点此进入


  1. 原文链接:https://github.com/matthewfranglen/postgres-elasticsearch-fdw ↩︎

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/不正经/article/detail/136881?site
推荐阅读
相关标签
  

闽ICP备14008679号