dbeel 0.1.0

dbeel is a fast and minimal distributed thread-per-core document database.
Documentation
1
2
3
4
5
6
7
8
pub mod compaction;
pub mod db_server;
pub mod failure_detector;
pub mod gossip_server;
pub mod local_shard_server;
pub mod migration;
pub mod remote_shard_server;
pub mod stop_event_waiter;