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
- Open the Designer from the workspace sidebar
- Drag a Source node onto the canvas
- Add Transform nodes
- Connect a Destination node
- Click Run to execute
See Also
- Canvas — Canvas operations and navigation
- Node Types — Available node types
- Connections — Connecting nodes