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
mod compaction;
pub mod index;
pub mod memory;
pub mod statistics;
pub mod traversal;
pub mod weights;

pub use index::CsrIndex;
pub use statistics::GraphStatistics;
pub use weights::extract_weight_from_properties;