25.6 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 25-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 25-9 Creating a Property Graph in the Graph Server (PGX)
Example 25-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 25-10 Querying a Property Graph in the Graph Server (PGX)
Parent topic: Graph Explorer

