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
9
10
11
12
13
14
pub mod args;
pub mod error;
pub mod gossip;
pub mod local_shard;
pub mod messages;
pub mod remote_shard_connection;
pub mod run_shard;
pub mod shards;
pub mod storage_engine;
pub mod tasks;
pub mod utils;

#[cfg(feature = "flow-events")]
pub mod flow_events;