Explorer console¶
Explorer console allows you to enter nGQL statements and visualize the query results. This topic describes the console page.
Entry¶
At the top navigation bar, click .
Overview¶
The following table lists the functions on the console page.
number | function | descriptions |
---|---|---|
1 | select a space | Select a space in the Current Graph Space list. The USE <space_name> statement in the console is not supported to switch graph spaces. |
2 | favorites | Click the button to expand the favorites, click one of the statements, and the input box will automatically enter the statement. |
3 | history list | Click button representing the statement record. In the statement running record list, click one of the statements, and the statement will be automatically entered in the input box. The list provides the record of the last 15 statements. |
4 | clean input box | Click button to clear the content entered in the input box. |
5 | run | After inputting the nGQL statement in the input box, click button to indicate the operation to start running the statement. |
6 | save as template | Save the nGQL statement entered in the input box as a template. For details, see nGQL template. |
7 | input box | After inputting the nGQL statements, click the button to run the statement. You can input multiple statements and run them at the same time by using the separator ; , and also use the symbol // to add comments. |
8 | custom parameters display | Click the button to expand the custom parameters for parameterized query. For details, see Manage parameters. |
9 | statement running status | After running the nGQL statement, the statement running status is displayed. If the statement runs successfully, the statement is displayed in green. If the statement fails, the statement is displayed in red. |
10 | add to favorites | Click the button to save the statement as a favorite, the button for the favorite statement is colored in yellow exhibit. |
11 | export CSV file or PNG file | After running the nGQL statement to return the result, when the result is in Table window, click the button to export as a CSV file. Switch to the Graph window and click the button to save the results as a CSV file or PNG image export. |
12 | expand/hide execution results | Click the button to hide the result or click button to expand the result. |
13 | close execution results | Click the button to close the result returned by this nGQL statement. |
14 | Table window | Display the result from running nGQL statement. If the statement returns results, the window displays the results in a table. |
15 | Graph window | Display the result from running nGQL statement. If the statement returns the complete vertex-edge result, the window displays the result as a graph . Click the button on the right to view the overview panel. |
Last update:
February 19, 2024