Skip to content

Commit fddb718

Browse files
authored
feat: update architecture diagram (#13)
1 parent 449c75f commit fddb718

File tree

4 files changed

+28
-30
lines changed

4 files changed

+28
-30
lines changed
142 Bytes
Binary file not shown.
-347 Bytes
Binary file not shown.

site/docs/concepts/architecture.md

Lines changed: 27 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -121,36 +121,34 @@ The digital twin mirrors this state, with the ability to modify parameters for w
121121
| Topology (V6) | Adjustable topology with calibrated parameters |
122122

123123
## Data Flow
124-
125124
```
126-
Physical Infrastructure Digital Infrastructure
127-
│ │
128-
▼ │
129-
┌─────────┐ │
130-
│ dc-mock │ ──── dc.workload ────────►│
131-
│ │ ──── dc.power ───────────►│
132-
│ │ ──── dc.topology ────────►│
133-
└─────────┘ │
134-
135-
┌───────────┐
136-
│ simulator │
137-
└─────┬─────┘
138-
139-
┌────────────────────┼────────────────────┐
140-
│ │ │
141-
▼ ▼ ▼
142-
sim.results agg_results.parquet sim.topology
143-
│ │ ▲
144-
│ │ │
145-
│ ▼ │
146-
│ ┌───────────┐ │
147-
│ │ api │ │
148-
│ └─────┬─────┘ │
149-
│ │ │
150-
│ ▼ │
151-
│ ┌───────────┐ ┌─────────────┐
152-
└─────────────►│ Grafana │ │ calibrator │
153-
└───────────┘ └─────────────┘
125+
Physical Infrastructure
126+
127+
128+
┌─────────┐
129+
│ dc-mock │ (placeholder for real datacenter)
130+
└────┬────┘
131+
132+
┌────────────────┼────────────────┐
133+
▼ ▼ ▼
134+
dc.workload dc.power dc.topology
135+
│ │ │
136+
└────────────────┼────────────────┘
137+
138+
┌────────────────┴────────────────┐
139+
│ │
140+
▼ ▼
141+
┌─────────────┐ ┌─────────────┐
142+
│ simulator │◄── sim.topology ──│ calibrator │
143+
└──────┬──────┘ ▲ └─────────────┘
144+
│ │
145+
│ ┌─────┴─────┐≈
146+
│ │ api │ (can also write topology)
147+
│ └───────────┘
148+
149+
▼ ┌───────────┐ ┌───────────┐
150+
agg_results.parquet ──► │ api │ ──► │ Grafana │
151+
└───────────┘ └───────────┘
154152
```
155153

156154
## Service Mapping

workload/SURF/topology.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"power": 300.0,
1919
"idlePower": 25.0,
2020
"maxPower": 174.0,
21-
"calibrationFactor": 10.0
21+
"calibrationFactor": 4
2222
}
2323
}
2424
],

0 commit comments

Comments
 (0)