Users Guide
Run the pre-built platform without building from source.
Quick Start
# Download pre-built binaries
task bin:download
# Run all services
task run
Version Management
Check installed versions:
task manifest
Upgrade to a specific release:
RELEASE_VERSION=v0.1.1 task bin:download
Services
| Service | Port | Description |
|---|---|---|
| NATS | 4222 | Messaging |
| Liftbridge | 9292 | Stream processing |
| Arc | 8080 | Telemetry storage |
| Telegraf | - | Metrics collection |
| Grafana | 3000 | Visualization |
Configuration
Each subsystem has a config file in its directory:
nats/nats.confliftbridge/(uses defaults)arc/arc.tomltelegraf/telegraf.confgrafana/grafana.ini