The Dynamo paper and its implementation as DynamoDB pioneered the widespread adoption of NoSQL databases. In this article, I am combining my notes from the original paper and the more recent **Amazon DynamoDB: A Scalable, Predictably Performant, and Fully Managed NoSQL Database Service (2022)** that describes the current state of the system.

Summary of Dynamo: Amazon’s Highly Available Key-value Store (2007)

Summary of Amazon DynamoDB: A Scalable, Predictably Performant, and Fully Managed NoSQL Database Service (2022)

Comparison against similar solutions