Skip to main content

Module graph

Module graph 

Source
Expand description

Graph model implementations.

Graphos supports two graph models:

  • lpg - Labeled Property Graph (default)
  • [rdf] - RDF Triple Store (optional, feature-gated)

These are completely separate implementations with no abstraction overhead.

Modules§

lpg
Labeled Property Graph (LPG) model.

Enums§

Direction
Direction of edge traversal.