Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 283 Bytes

File metadata and controls

8 lines (7 loc) · 283 Bytes

dynamo-js

  • Implemented a basic distributed storage in NodeJS based on the whitepaper "Dynamo: Amazon’s Highly Available Key-value Store"
  • Features
    • Consistent Hashing
    • Data replication
    • "writes" with version using Vector Clocks
    • "reads" using quoram based protocol