deltaflow-harness
Web-based pipeline visualization for Deltaflow.

Installation
[]
= { = "0.4", = ["sqlite"] }
= "0.1"
Usage
use ;
use RunnerHarnessExt;
let runner = new
.pipeline
.with_visualizer // Start web UI at http://localhost:3000
.build;
Open http://localhost:3000 in your browser to see your pipeline topology.
Features
- Pipeline steps rendered as connected boxes
- Fork, fan-out, and dynamic spawn connections
- Interactive canvas with pan support
- Automatic layout for complex topologies
Documentation
For full documentation, see Deltaflow on docs.rs.