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
- Log in to the GES graph editor. For details, see Accessing the GES Graph Editor.
- 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:
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.See the reply and handling status in My Cloud VOC.
For any further questions, feel free to contact us through the chatbot.
Chatbot