본문으로 건너뛰기
FDE Path

Pipeline build and dashboard visualization

Load and transform raw data, then connect the result to dashboard widgets and complete an operational screen.

10 min

This lesson closes the loop from data processing to user-facing operations. You load data into datasets and ontology entities, then wire the output into dashboard widgets.

Review the pipeline list

From Explorer or the pipeline list page, review the pipelines already registered and their recent update history.

Pipeline list

Create a pipeline and map it to a collection

When you create a new pipeline, map it to the target collection so the workflow stays inside the right isolated scope.

Pipeline creation dialog

Reuse resources in the pipeline builder

When the Workflow editor opens, you can create datasets or code resources from the left sidebar on the spot, or search for existing datasets, code, and entity resources and place them on the canvas.

Pipeline builder resource selection

Build the workflow

Arrange and connect the nodes into a working pipeline flow.

Completed pipeline flow

Run the pipeline

Click Run from the top menu bar to execute the pipeline and start the transformation and load process.

Run pipeline

Validate dataset results

After the run finishes, open Datasets inside the collection and confirm that the data was stored correctly in the expected table structure.

Dataset load check

Validate entity load results

Check the ontology entity data as well. Entity data is stored in a transaction-safe area to prevent loss, and it is synchronized in parallel to a query-friendly dataset path for fast access.

Entity load check

Configure the batch scheduler

In the pipeline settings, define a cron schedule or interval so cleansing and loading can run automatically on a repeated basis.

Batch schedule configuration

Connect dashboard widgets

Once the load result is confirmed, open the dashboard editor and connect the data source. Use datasets and ontology entity data to place map, scatter, bar or line chart, and table widgets on the operational screen.

Completed dashboard screen

What you should be able to do after this lesson

  • Search for and reuse datasets, code, and entity resources in the Workflow editor
  • Validate that dataset and entity data was stored correctly after a pipeline run
  • Configure a batch scheduler for recurring loads
  • Turn loaded data into a dashboard view with operational widgets

Next lesson

In the next lesson, you register an LLM model and assemble an agent on top of the resources you created.