GQL for connected data
Match relationships, explore paths, aggregate results and update a property graph with one language.
MATCH (person:Person {name: 'Alice'})-[:Knows]->(friend)-[:Knows]->(next)RETURN next.name AS friend_of_friend;GraphFusion turns graph patterns into DataFusion plans. Scans, joins, recursive paths and aggregates run in the same query engine; results come back as Arrow batches.
GQL for connected data
Embedded in your application
Arrow in memory, Parquet on disk
An explicit support boundary
GraphFusion is under active development. It does not yet claim complete ISO GQL conformance. Start with the support matrix and operational limits when evaluating it for a workload.