26.7 Querying and Visualizing Graphs Loaded Into the Graph Server (PGX)
In Graph Explorer, you can create or load a graph into the graph server (PGX) and then query the graph using PGQL graph queries.
Example 26-6 Creating a PGQL Property Graph in the Graph Server (PGX)
The following example shows creating a new PGQL property graph using the
CREATE PROPERTY GRAPH statement in the graph server (PGX).
Figure 26-10 Creating a Property Graph in the Graph Server (PGX)
Example 26-7 Querying a PGQL Property Graph in the Graph Server (PGX)
The following example queries a property graph in the graph server (PGX) and displays the first 100 rows of the results as a graph visualization.
Figure 26-11 Querying a Property Graph in the Graph Server (PGX)
- Loading or Unloading a Database Property Graph Into or From the Graph Server (PGX) Memory
You can load an existing SQL or PGQL property graph into graph server (PGX) memory, or unload the graph from memory.
Parent topic: Graph Explorer



