scarpacci
scarpacci

Reputation: 9194

AWS Data Lake Dynamo vs ElasticSearch

I am really struggling to understand how Dynamo / ElasticSearch should be used to support AWS data lake efforts (Metadata / Catalogs). It seems as though you would log the individual S3 locations of your zip archives for your sources in Dynamo and any additional metadata / attributes you would like to search by in ES. If that is correct, how would you use the two together to support that. I tried to find more detailed information about how to properly pair the two together, but have been unsuccessful. Any information / documentation that others have would be great. Good chance I am overlooking some obvious examples / documentation.

What I am imagining is something like the following:

Upvotes: 3

Views: 1196

Answers (1)

scarpacci
scarpacci

Reputation: 9194

I spoke to one of our AWS reps, who referred me to this article. It was a great starting point. AWS Data Lake. This seemed to answer some of my questions about the user of components and approach, that was previously unclear to me.

Highlights:

  • Blueprint for implementing a data lake. Combining S3 / DynamoDB / ES is common.
  • There are many variations to the implementation. Substituting an RDS for ES / DynamoDB, using just ES, etc.
  • We will most likely start with an RDS to workout the process, then move to DyanmoDB / ES.

Upvotes: 2

Related Questions