Skip to content

Latest commit

 

History

History
27 lines (22 loc) · 691 Bytes

README.md

File metadata and controls

27 lines (22 loc) · 691 Bytes

Key-Value storage

TL;DR

Distributed key-value storage based on RAFT consensus algorithm build on AKKA.

It's coursework for Roman Elizarov's (aka @elizarov) Distributed Systems course, read in ITMO University, Spring 2016.

TODO

  • complete README
  • documentation
  • logging
    • handle backups
  • client
    • add option to connect to
      • specific node
      • cluster
  • consistent hashing
  • create independent modules for consensus algorithm and key value storage implementation
  • ...

License

This project is licensed under WTFPL WTFPL icon