Amazon Dynamo Distributed Key-Value Store
Summary :Dynamo is a highly available, scalable distributed key-value store designed for fault tolerance and elasticity. It uses consistent hashing for data partitioning, vector clocks for conflict resolution, and quorum protocols to balance availability and consistency, making it ideal for services like shopping carts where eventual consistency suffices.