Skip to main content

Designer Overview

The ProAI Designer is a visual, drag-and-drop canvas for building data pipelines. It provides an intuitive interface for designing complex ETL/ELT flows without writing code.

Key Features​

  • Drag-and-drop nodes — Add sources, transforms, and destinations visually
  • Real-time preview — See data flowing through your pipeline
  • Auto-layout — Automatic DAG arrangement and optimization
  • Schema inference — Automatic detection of source/destination schemas
  • Version control — Git-based versioning for all pipeline designs
  • Collaboration — Real-time multi-user editing

Getting Started​

  1. Open the Designer from the workspace sidebar
  2. Drag a Source node onto the canvas
  3. Add Transform nodes
  4. Connect a Destination node
  5. Click Run to execute

See Also​