Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 222 Bytes

README.md

File metadata and controls

8 lines (7 loc) · 222 Bytes

Bynamo

A hobby implementation of DynamoDB

  • Distributed key value storage
  • Raft consensus for leadership
  • Write ahead log for durable storage
  • B tree index for read performance
  • QUIC for reliable and fast messaging