UCD.js Docs

Overview

Architecture notes for the pipeline package family

This section is the package-family table of contents for the pipeline toolchain.

Start Here

If you are new to the pipeline system, read the pages in this order:

  1. Core for the DSL and definition model
  2. Loader for discovery and import
  3. Executor for runtime behavior
  4. Graph for inspection and visualization
  5. Presets and Playground for reusable examples
  6. Server for the UI and control plane

Runtime Building Blocks

Authoring Aids

Product Surface

Common Entry Points

  • author a DSL pipeline in Core
  • discover .ucd-pipeline.ts files with Loader
  • execute definitions with Executor
  • inspect topology with Graph
  • run the full UI/control plane through Server

On this page