Introduction
Amazon DynamoDB is a fully managed NoSQL database service that provides fast and predictable performance with seamless scalability. DynamoDB lets you offload the administrative burdens of operating and scaling a distributed database, so that you don’t have to worry about hardware provisioning, setup and configuration, replication, software patching, or cluster scaling.DynamoDB allows you to delete expired items from tables automatically to help you reduce storage usage and the cost of storing data that is no longer relevant.
Primary Features
- Supports JSON Documents, like global secondary indexes, conditional puts and what not to query any element inside the JSON object
- Enhanced read/ write capacity units while table creation with each modification operation
- Scalable
- Enables configuring read and write units quickly as the pricing scheme is based on read and write units per second
- Data partition and replication
Technologies Used
- Amazon Web Service
- NoSQL
- DynamoDB