Skip to main content

Crate grafeo_adapters

Crate grafeo_adapters 

Source
Expand description

§grafeo-adapters

The integration layer - parsers, storage backends, and plugins.

This is where external formats meet Grafeo’s internal representation. You probably don’t need this crate directly unless you’re extending Grafeo.

§Modules

  • query - Parsers for GQL, Cypher, SPARQL, Gremlin, GraphQL
  • storage - Persistence: write-ahead log, memory-mapped files
  • plugins - Extension points for custom functions and algorithms

Modules§

plugins
Extend Grafeo with custom functions and algorithms.
query
Query language parsers - speak your preferred graph language.
storage
Storage backends - how your data gets persisted.