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
12
13
pub mod btree;
pub mod btree_scan;
pub mod doc_cache;
pub mod gsi;
pub mod inverted;
mod inverted_highlight;
mod inverted_search;
pub mod sparse_vector;
pub mod stats;

// Re-export shared text analysis and fuzzy matching from nodedb-document.
pub use nodedb_document::fuzzy;
pub use nodedb_document::text_analyzer;