elasticsearch - 将Google Cloud Datastore与ElasticSearch同步

标签 elasticsearch google-cloud-datastore microservices

我将Google Cloud Datastore设置为“单一事实点”,我想在专用服务中将其中的数据编入索引以读取,过滤搜索。为此,我正在创建一个基于ElasticSearch的服务。

我想知道是否有一些简单的方法/库可以使ES与数据存储保持同步,或者我是否只需要自己编写桥并自行处理?

我将使用事件,因此我只需要一种从DS到ES提取数据的方法。我将通过事件处理删除,创建和更新特定记录,但我想避免自己完成完整的同步(出现服务实例时)。

最佳答案

我想今天没有办法了。至少使用GCP进行了8个月的开发,包括数据存储区,App Engine,Functions,Compute Engine,PubSub,但我找不到适合他们的很多库。开箱即用地包括Datastore的Elasticsearch索引。今天,我们正在做同样的事情(在elasticsearch中为数据库实体建立索引),并且这是作为附加的数据库通信层完成的。

关于elasticsearch - 将Google Cloud Datastore与ElasticSearch同步,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/47366889/

相关文章:

authentication - 使用JSON Web token 授权Grafana/Elasticsearch请求?

google-app-engine - 我可以在 Google Cloud Datastore 中使用的命名空间数量是否有限制?

Kubernetes 配置 : on code repo vs on helm charts repo

spring-boot - 如何使用 env 特定配置创建 Spring Cloud Config Client?

java - JDO 查询 : Is it possible to filter using complex objects?

scala - 如何并行运行多个 sbt 项目?

elasticsearch - Kibana管道聚合

elasticsearch - 在Elasticsearch搜索中,GET请求的查询字符串参数和POST请求的 “Query DSL”在功能上是否等效?

java - ElasticSearch Java API 的异步特性

python - ComputedProperty 仅在第二次 put() 时更新