Skip to content

(Reposting with more context) AWS OpenSearch Zero-ETL DynamoDB integration

0

Sorry, I am re-asking this question because I did not include screenshot of how the data was formatted. I was watching the re:Invent video on Amazon DynamoDB zero-ETL integration and had a question about one of the slides presented. At 36:17 The query has a filter on doc_type : question. However, the results are of doctype answer. I also see item_name attribute in the results which is not part of the answer schema shown initially (it was part of ASIN type). Does opensearch-dynamoDb integration kind of automatically join related data given they share the same partitionKey? Link to the video with timeStamp: https://www.youtube.com/watch?v=DOsQojGHXPo&t=2177s Enter image description here Enter image description here Enter image description here

asked a year ago408 views
1 Answer
0

OpenSearch Ingestion pipeline can continuously stream data from a DynamoDB table, incorporating change data capture (CDC) infrastructure to provide a high-scale, low-latency way to process data. This means that changes in the DynamoDB table (such as create, update, and delete events) are reflected in the OpenSearch index or indexes.

https://docs.aws.amazon.com/opensearch-service/latest/developerguide/configure-client-ddb.html

Does this help somehow ?

EXPERT
answered a year ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.