Skip to content

Workflow overview

Nebula Explorer supports visual and complex graph computing with custom workflows.

Background

Nebula Explorer provides multiple components, including graph query and graph computing components. Users can combine these components based on the scheduling tool Dag Controller for free. For example, using the output of a graph query component as an input to a graph computing component. The whole process is a directed acyclic workflow.

workflow-example

Instantiate the workflow when performing graph computing. The instantiated component is called task, and the instantiated workflow is called job. A job can consist of multiple tasks. The Nebula Explorer sends the job to Nebula Analytics for graph computing, and you can view the result in the job list.

Features

  • Add, view, modify, delete, compare, clone and rename workflows.
  • A workflow supports one query component and multiple graph computing components. You can search for, add, configure, and rename component.
  • View the lists, progresses, results and logs of the jobs, and rerun jobs.
  • Search for workflows or jobs.

Precautions

  • Additional deployment of the Dag Controller and the Nebula Analytics is required to use a workflow. For details, see Deploy dependent services.
  • The input to the graph query component can only be the nGQL.
  • The results of a graph query component can only be stored in the HDFS, which is convenient to be called by multiple algorithms.
  • The input to the graph computing component can be the specified data in the NebulaGraph or HDFS, or can depend on the results of the graph query component. If an input depends on the results of the previous graph query component, the graph computing component must be fully connected to the graph query component, that is, the white output anchors of the previous graph query component are all connected to the white input anchors of the graph compute component.
  • The parameters of some algorithms can also depend on the upstream components.
  • The result of the graph computing components can be stored in the NebulaGraph or HDFS, but not all algorithm results are suitable to be stored in NebulaGraph. Some algorithms can only be saved in HDFS when configuring the save results page.

Algorithm description

See Algorithm description.


Last update: March 13, 2023