DynamoDB + Elasticsearch: is that a good architecture pattern?

0

While playing with AWS Amplify, I was looking for the most appropriate architecture pattern, which would allow me to have the following:

  1. scalable and reliable DB to handle CRUD operations (DynamoDB rocks here)
  2. complex querying and filtering, where data access patterns are not strictly defined or unknown (Elasticsearch wins here)

So obviously I am hooked by the idea of streaming DynamoDB data to Elasticsearch for ALL queries and keeping DynamoDB with read/write operations only.

What are the pros and cons of this architecture?

(posted on Reddit: https://www.reddit.com/r/aws/comments/cq48vb/data_querying_searching_and_filtering_dynamodb/
stackoverflow: https://stackoverflow.com/questions/57493773/data-querying-searching-and-filtering-dynamodb-elasticsearch)

質問済み 5年前2486ビュー
1回答
0

Hey andrew-psch - This absolutely a good architecture pattern. AWS offers a diverse set of database services so you can pick the DB engine that best fits your use case. Here is a video of one of our SAs presenting on integrating DDB and Elasticsearch. https://www.youtube.com/watch?v=WXmghnE1_vU.

回答済み 5年前

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ