Skip to content

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 console .

Overview

Console 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 save button to expand the favorites, click one of the statements, and the input box will automatically enter the statement.
3 history list Click history 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 clean button to clear the content entered in the input box.
5 run After inputting the nGQL statement in the input box, click run 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 run 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 Query 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 save 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 download button to export as a CSV file.
Switch to the Graph window and click the download button to save the results as a CSV file or PNG image export.
12 expand/hide execution results Click the up button to hide the result or click down button to expand the result.
13 close execution results Click the close 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 expand button on the right to view the overview panel.

Last update: February 19, 2024