Skip to content
/ distdb Public

Secure, Raft-based distributed key-value storage in Go.

License

Notifications You must be signed in to change notification settings

nireo/distdb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

72 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

distdb

A distributed key value storage with a easy way to use different storage engines. Currently the default database is boltdb. Communication between happens is done through gRPC and distributed state is managed with the Raft algorithm.

TODO

  • Storage engine
  • Networking
  • Security
  • Raft
  • CLI Client
  • Service discovery and membership handling

About

Secure, Raft-based distributed key-value storage in Go.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published