Overview
Projecting a Graph for GDS
GDS runs on an in-memory projection — pick the nodes, edges, properties you actually need.
Why it matters
Projections turn a Neo4j graph into a memory-resident structure suited to PageRank, Louvain, BFS — smaller is faster.