赞
踩
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 学习 点此进入
原文链接:https://github.com/matthewfranglen/postgres-elasticsearch-fdw ↩︎
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。