Updated on 2023-03-03 GMT+08:00

Viewing Query Results

Scenario

After data analysis is complete, you can directly view the result on the canvas or on the Query Result tab page.

Procedure

  1. Log in to the GES graph editor. For details, see Accessing the GES Graph Editor.
  2. Execute a Gremlin or Cypher command for querying or an algorithm for analysis. Then the Query Result tab page displays the query results.

    If the result is too large to be completely displayed on the canvas and result area, click the Export button in the upper right corner to download the analysis result.

    • Run a Gremlin command. The command output is quickly displayed. For example, if you run the g.V().limit(100) command, the result is as follows:
    • Run a Cypher command. The command output is quickly displayed. For example, if you run the match (n) return n limit 100 command, the result is as follows:
    • Run an algorithm. The running time and result are displayed. For example, if you run PageRank, the result is as follows: