nodedb 0.0.0-beta.1

Local-first, real-time, edge-to-cloud hybrid database for multi-modal workloads
Documentation
1
2
3
4
5
6
7
8
9
10
11
pub mod health;
pub mod migration;
pub mod raft;
pub mod rebalance_cmd;
pub mod topology;

pub use health::show_peer_health;
pub use migration::show_migrations;
pub use raft::{alter_raft_group, show_raft_group, show_raft_groups};
pub use rebalance_cmd::rebalance;
pub use topology::{remove_node, show_cluster, show_node, show_nodes};