Projecting graphs

This version of Graph Data Science is EOL. You can find the most recent version here.

In order for any algorithm in the GDS library to run, we must first project a graph to run on. The graph is projected as a named graph. A named graph is given a name and stored in the graph catalog. For a detailed guide on all graph management operations, see Graph management.