Query and Visualize Graphs Loaded Into the Graph Server Memory

In Graph Explorer, you can create or load a graph into the graph server and then query the graph using PGQL graph queries.

  1. Expand Graph Server in the left navigation pane.

  2. Right click on a specific graph and click Generate Basic Query in the context menu.

    The basic PGQL SELECT query is auto-generated in the query editor for the selected graph. You can edit the query, if required.

    Alternatively, you can directly enter the graph query in the query editor.

    The name of the graph must be provided in the PGQL graph query. To copy the name of an existing graph, right click on the graph and select Copy Graph Name from the context menu.

  3. Select Graph Server driver in the query actions panel at the top of the query editor.

  4. Click Visualize Graph.

    The following example show the graph visualization of a graph loaded in to the graph server memory.

    Description of the illustration explorer_query_graph_server.png