Dynamo vs. DynamoDB
Dynamo is a set of principles/techniques for highly available distributed data storage. DynamoDB is an AWS hosted key/value based storage service which is designed based on Dynamo principles except that it does have a single leader-replication ( Dynamo recommends/suggests leaderless replication ).
Comments
Post a Comment