From ec0150fc01d6bf28a0c2d5225d846abcf5cf19ad Mon Sep 17 00:00:00 2001 From: Damien Arnodo Date: Sun, 1 Feb 2026 14:44:59 +0000 Subject: [PATCH] Update README.md --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index da8d66b..a0d2e3d 100644 --- a/README.md +++ b/README.md @@ -19,13 +19,13 @@ Think `terraform plan` and `terraform apply`, but for your network fabric — po ## 🏗️ Architecture ``` -┌──────────────────────────────────────────────────────────────────────────────┐ -│ INTENT LAYER │ +┌───────────────────────────────────────────────────────────────────────────────────────┐ +│ INTENT LAYER │ │ ┌─────────────────────┐ ┌──────────────────────────┐ ┌──────────────────────┐ │ │ │ NetBox │ │ Custom Fields / │ │ netbox-bgp │ │ │ │ (SoT) │◄───│ Native Models │◄───│ Plugin │ │ │ └──────────┬──────────┘ └──────────────────────────┘ └──────────────────────┘ │ -└─────────────┼────────────────────────────────────────────────────────────────────────┘ +└─────────────┼─────────────────────────────────────────────────────────────────────────┘ │ Webhook / Polling ▼ ┌──────────────────────────────────────────────────────────────────────────────┐ @@ -48,17 +48,17 @@ Think `terraform plan` and `terraform apply`, but for your network fabric — po │ └────────────────────────────────────────────────────────────────────────┘ │ │ │ │ ┌────────────────────────────────────────────────────────────────────────┐ │ -│ │ FastAPI Webhook Receiver │ Prefect .serve() │ Prefect Server (UI) │ │ +│ │ FastAPI Webhook Receiver │ Prefect .serve() │ Prefect Server (UI) │ │ │ └────────────────────────────────────────────────────────────────────────┘ │ └──────────────────────────────────────────────────────────────────────────────┘ │ gNMI Get/Set/Subscribe ▼ ┌──────────────────────────────────────────────────────────────────────────────┐ │ DEVICE LAYER │ -│ ┌──────────────┐ ┌──────────────┐ ┌──────────────┐ ┌──────────────┐ │ -│ │ spine1 │ │ spine2 │ │ leaf1 │ │ leaf2 │ ... │ -│ │ gNMI:6030 │ │ gNMI:6030 │ │ gNMI:6030 │ │ gNMI:6030 │ │ -│ └──────────────┘ └──────────────┘ └──────────────┘ └──────────────┘ │ +│ ┌──────────────┐ ┌──────────────┐ ┌──────────────┐ ┌──────────────┐ │ +│ │ spine1 │ │ spine2 │ │ leaf1 │ │ leaf2 │ ... │ +│ │ gNMI:6030 │ │ gNMI:6030 │ │ gNMI:6030 │ │ gNMI:6030 │ │ +│ └──────────────┘ └──────────────┘ └──────────────┘ └──────────────┘ │ └──────────────────────────────────────────────────────────────────────────────┘ ```