kglite 0.16.4

Pure-Rust embedded Cypher knowledge graph engine with in-memory, mmap, and disk storage, and agent-facing schema introspection
Documentation
1
2
3
4
5
//! Fluent traversal + temporal operations: `.traverse`, `.where_connected`,
//! `.valid_at`, `.valid_during`, `.date`.
//!
//! See [`crate::graph::languages::fluent`] for the layering rationale.
//! Python entry points: `crate::graph::pyapi::kg_fluent`.