the design and implementation of Dynamo, a highly available key-value storage system that some of Amazons core services use to provide an always-on experience.
• Upon fetch, merged into a single object In General: • Store the data by “actor” • Teach your application how to resolve that structure into an object
• Upon fetch, merged into a single object In General: • Store the data by “actor” • Teach your application how to resolve that structure into an object • CRDTs: Convergent Replicated Data Types