简体   繁体   English

如何使用Amazon Elasticsearch对动态数据进行索引?

[英]How to use Amazon Elasticsearch to index dynamodb data?

I want to create a search engine, using javascript for the cllient side and Amazon ES for the backend. 我想创建一个搜索引擎,将javascript用于客户端,将Amazon ES用于后端。 However, since i am just discovering the elasticsearch api, i am looking for a detailed explanation of how i can index my dynamodb entries in real-time and then building a customized search engine with some features like auto suggest, auto filling etc. 但是,由于我只是发现elasticsearch api,因此我在寻找有关如何实时索引我的dynamodb条目的详细说明,然后构建具有某些功能(如自动建议,自动填充等)的自定义搜索引擎。

I can't find any tutorial on the web that explain the entire process. 我在网上找不到任何说明整个过程的教程。

Any help would be very appreciated. 任何帮助将不胜感激。

Thanks. 谢谢。

This plugin can help with streaming the data from DynamoDB: https://github.com/awslabs/logstash-input-dynamodb 该插件可以帮助从DynamoDB流式传输数据: https : //github.com/awslabs/logstash-input-dynamodb

The readme has some information, I'm not sure if that's the kind of detail you are after, but it's a good place to start. 自述文件中包含一些信息,我不确定这是否就是您所追求的细节,但这是一个很好的起点。

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

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