Skip to content

vadimsemenov/distributed-key-value-storage

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Simple distributed key-value storage, based on RAFT consensus algorithm

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages