Skip to content

Commit aed643e

Browse files
authored
Merge pull request #11 from GACWR/doc/arch-diagram
updated arch diagram
2 parents d290d0b + ff10473 commit aed643e

3 files changed

Lines changed: 447 additions & 21 deletions

File tree

README.md

Lines changed: 1 addition & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -156,27 +156,7 @@ This will:
156156

157157
## Architecture
158158

159-
```
160-
Kind Cluster
161-
162-
+-----------+ +----------+ +-------------+ +------------+
163-
| Frontend | | Rust API | | PostGraphile| | JupyterHub |
164-
| Next.js | | Axum | | GraphQL | | |
165-
| :31000 | | :31001 | | :31002 | | :31003 |
166-
+-----+-----+ +----+-----+ +------+------+ +------+-----+
167-
| | | |
168-
| +----+---------------+----+ |
169-
| | PostgreSQL 16 | |
170-
| | :5432 | |
171-
| +-------------------------+ |
172-
| | |
173-
| +----+-----------+ |
174-
| | Model Runner | +------------+ |
175-
| | Pods (ephemeral| | User | |
176-
| | - Python | | Notebook | |
177-
| | - Rust | | Pods | |
178-
| +----------------+ +------------+ |
179-
```
159+
![Architecture](docs/diagrams/architecture.svg)
180160

181161
### Components
182162

docs/diagrams/architecture.svg

Lines changed: 113 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)