AWS DynamoDB, A Key Value Pair Database - Part 1 (Introduction)
Other Parts of This Series: Part 2: AWS DynamoDB, A Key Value Pair Database - Part 2 (Design Patterns and Best Practices) AWS DynamoDB (Photo Credit: AWS) In this series, we try to explore AWS DynamoDB, a key-value pair database developed by AWS. In this article we will try to find the answer to the following questions: What is DynamoDB? Is it relational or non-relational? What are the building blocks or core components of DynamoDB? How it stores and retrieves data efficiently, meaning the data structure used by DynamoDB? Practical example of DynamoDB by AWS CLI. So let’s get started… ...