Graphs
First steps with graphs
Graphs let you represent things and the relationships between them using vertices and edges, to naturally model knowledge, social networks, cash flows, supply chains, and other information webs, and to extract valuable insights by analyzing this connected data
General Graphs
This chapter describes the general-graph module
SatelliteGraphs
Graphs synchronously replicated to all servers, available in the Enterprise Edition
SmartGraphs
SmartGraphs enable you to manage graphs at scale.
EnterpriseGraphs
ArangoDB allows you to create EnterpriseGraphs at scale with automated sharding key selection
Edges
Edges are documents with special _from
and _to
attributes to reference other documents by their ID to form a graph
Example graphs