Skip to content

Console

Studio console interface as shown in following.

console interface

The following table lists various functions on the console interface.

number function descriptions
1 toolbar Click the Console tab to enter the console page.
2 select a space Select a space in the Current Graph Space list.
descriptions: Studio does not support running the USE <space_name> statements directly in the input box.
3 custom parameters display Click the Query button to expand the custom parameters for parameterized query. For details, see Manage parameters.
4 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, separated by ;.
5 clean input box Click clean button to clear the content entered in the input box.
6 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.
7 run After inputting the nGQL statement in the input box, click run button to indicate the operation to start running the statement.
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.
9 result window Display the results of the statement execution. If the statement returns results, the results window will display the returned results in tabular form.
10 export CSV file After running the nGQL statement and return the result, click the Export CSV File button to export the result as a CSV file.
11 open in explore According to the running nGQL statement, the user can click the graph exploration function key to import the returned results into graph exploration for visual display, such as open in explore and view subgraphs.

Last update: February 16, 2022
Back to top