Skip to main content

Module graph

Module graph 

Source
Expand description

Graph model implementations.

Pick your graph model:

ModelWhen to useExample use case
lpgMost apps (default)Social networks, fraud detection
[rdf]Knowledge graphsOntologies, linked data (feature-gated)

These are separate implementations with no abstraction overhead - you get the full performance of whichever model you choose.

Re-exports§

pub use traits::GraphStore;
pub use traits::GraphStoreMut;

Modules§

lpg
Labeled Property Graph (LPG) storage.
traits
Storage traits for the graph engine.

Enums§

Direction
Controls which edges to follow during traversal.