diff --git a/README.md b/README.md index 4b60644..d945b5c 100644 --- a/README.md +++ b/README.md @@ -22,11 +22,9 @@ Stop hand-editing YAML. Build observability pipelines with drag-and-drop
and
- ## Why VectorFlow? @@ -51,13 +49,17 @@ Build Vector pipelines with a drag-and-drop canvas. Browse 100+ components from Deploy pipeline configs to your entire fleet with a single click. The deploy dialog shows a full YAML diff against the previous version before you confirm. Agents pull configs automatically — no SSH, no Ansible, no manual intervention. - +

+ VectorFlow Fleet — manage and monitor all your agents +

### 📊 Real-Time Monitoring Track pipeline throughput, error rates, and host metrics (CPU, memory, disk, network) per node and per pipeline. Live event rates display directly on the pipeline canvas while you're editing. - +

+ VectorFlow Dashboard — real-time metrics per node including CPU, memory, and pipeline throughput +

### 🔄 Version Control & Rollback @@ -72,14 +74,10 @@ Every deployment creates an immutable version snapshot with a changelog. Browse - **Certificate management** — TLS cert storage referenced directly in pipeline configs - **Audit log** — immutable record of every action with before/after diffs - - ### ⚡ Alerting & Webhooks Set threshold-based alert rules on CPU, memory, disk, error rates, and more. Deliver notifications via HMAC-signed webhooks to Slack, Discord, PagerDuty, or any HTTP endpoint. - - ## 🏗️ Architecture ```mermaid diff --git a/docker/server/docker-compose.dev.yml b/docker/server/docker-compose.dev.yml index a933f60..973fda0 100644 --- a/docker/server/docker-compose.dev.yml +++ b/docker/server/docker-compose.dev.yml @@ -33,6 +33,7 @@ services: AUTH_TRUST_HOST: "true" volumes: - vfdata:/app/.vectorflow + - backups:/backups env_file: - path: .env required: false @@ -42,3 +43,5 @@ volumes: name: vectorflow-pgdata vfdata: name: vectorflow-data + backups: + name: vectorflow-backups