kelpie 0.1.0

Kelpie is a distributed key-value store.
docs.rs failed to build kelpie-0.1.0
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.

Kelpie

License: MIT

Keylpie is a distributed key-value store written in Rust built on top of RocksDB and implemented by The Raft Consensus Algorithm and The gRPC.
Achieves consensus across all the nodes, ensures every change made to the system is made to a quorum of nodes.
Kelpie makes easy for programmers to develop an applications with advanced features and high availability.