Varpulis Cluster
Distributed execution support for Varpulis streaming analytics.
Provides a coordinator-based control plane for deploying and managing pipeline groups across multiple worker processes.
Architecture
- Coordinator: Central control plane that manages worker registration, pipeline placement, event routing, and health monitoring.
- Workers: Standard
varpulis serverprocesses that register with a coordinator and run assigned pipelines. - Pipeline Groups: Collections of related pipelines deployed together with routing rules for inter-pipeline communication.
Usage
# Start coordinator
# Start workers (they auto-register)