Skip to content

abronan/drax

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Drax

An embeddable distributed k/v store for Go

Drax is a distributed k/v store based on raft (specifically https://github.com/hashicorp/raft) The intent is to be relatively light-weight and embeddable, while implementing the API from https://github.com/docker/libkv

Drax is NOT intended for production use. Use at your own risk. This should be considered ALPHA quality.

###TODO:

  • Add tests
  • Add support for watches
  • Serious code cleanup
  • Imrpove RPC semantics
  • Look at using something other than JSON for encoding/decoding K/V messages, and RPC messages
  • Add more documentation (both in code and examples)

About

An embeddable distributed k/v store for Go

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 100.0%