User Guide¶
Welcome to the Grafeo User Guide. This section covers everything you need to know to use Grafeo effectively.
Grafeo supports both Labeled Property Graph (LPG) and RDF data models, with multiple query languages for each.
Sections¶
-
Data Model
Learn about LPG and RDF data models: nodes, edges, triples, and properties.
-
GQL Query Language
Master the ISO standard GQL query language (default).
-
Cypher Query Language
Use Neo4j-compatible Cypher for LPG queries.
-
Gremlin Query Language
Traverse graphs with Apache TinkerPop's Gremlin.
-
GraphQL Query Language
Query LPG and RDF data using familiar GraphQL syntax.
-
SPARQL Query Language
Query RDF data with the W3C standard SPARQL.
-
Python API
Use Grafeo from Python with the
grafeopackage. -
Rust API
Use Grafeo directly from Rust applications.
-
Persistence
Configure storage modes and understand data durability.