Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 7 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,9 @@ Stop hand-editing YAML. Build observability pipelines with drag-and-drop<br>and

<br>

<!-- TODO: Add hero screenshot — drag the pipeline editor screenshot into a GitHub issue to get a CDN URL, then uncomment:
<p align="center">
<img src="REPLACE_WITH_GITHUB_CDN_URL" alt="VectorFlow Pipeline Editor — drag-and-drop canvas with component palette, visual node graph, and configuration panel" width="800">
<img src="https://github.com/user-attachments/assets/6c1003be-9e54-46b3-8bc3-1ccfe48cbbdd" alt="VectorFlow Pipeline Editor — drag-and-drop canvas with component palette, visual node graph, and configuration panel" width="800">
</p>
-->

## Why VectorFlow?

Expand All @@ -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.

<!-- TODO: Add pipeline list screenshot -->
<p align="center">
<img src="https://github.com/user-attachments/assets/207e5f17-eca4-490a-abfe-f1d86402840f" alt="VectorFlow Fleet — manage and monitor all your agents" width="800">
</p>

### 📊 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.

<!-- TODO: Add node detail screenshot -->
<p align="center">
<img src="https://github.com/user-attachments/assets/c7f7e5be-df2a-4877-b716-b125a343f902" alt="VectorFlow Dashboard — real-time metrics per node including CPU, memory, and pipeline throughput" width="800">
</p>

### 🔄 Version Control & Rollback

Expand All @@ -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

<!-- TODO: Add audit log screenshot -->

### ⚡ 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.

<!-- TODO: Add alerts screenshot -->

## 🏗️ Architecture

```mermaid
Expand Down
3 changes: 3 additions & 0 deletions docker/server/docker-compose.dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ services:
AUTH_TRUST_HOST: "true"
volumes:
- vfdata:/app/.vectorflow
- backups:/backups
env_file:
- path: .env
required: false
Expand All @@ -42,3 +43,5 @@ volumes:
name: vectorflow-pgdata
vfdata:
name: vectorflow-data
backups:
name: vectorflow-backups
Loading