Key Value Pair Database
Key Value Pair Database
1
Introduction
Simplest database design for storing data is key-value (KV)
pair (just like a hash-table).
6
Features: KV Database
Support for complex data types: support simple as well as
complex data types such as arrays, nested dictionaries,
images, videos, and semi-structured data.
10
Introduction - Redis
15
DynamoDB
16
Introduction - DynamoDB
• DynamoDB is a cloud-based database available through Amazon
Web Services (AWS).
• This makes it easy to install, start working with it, or maintaining it.
23
Attributes of DynamoDB
Performance – Good!
Scalability – Moderately scalable.
24