An open API service indexing awesome lists of open source software.

https://github.com/ruoyugao/dynamo

simplified Dynamo with hash consistent, anti-entropy and gossp protocol
https://github.com/ruoyugao/dynamo

dynamo dynamodb gossip merkle-tree

Last synced: about 1 month ago
JSON representation

simplified Dynamo with hash consistent, anti-entropy and gossp protocol

Awesome Lists containing this project

README

          

# Dynamo
Amazon DynamoDB is a fully managed, serverless, key-value NoSQL database designed to run high-performance applications at any scale. However, it is not easy to completely implement as a course project. So in this report, we select 3 key features, Consistent Hashing, Anti-entropy, and Gossip-based protocol to build a simplified version of Amazon Dynamo. In order to test the correctness of our Dynamo, we create unit tests to test the features and do a PBS-like test to measure the performance of our Dynamo.