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
22 changes: 1 addition & 21 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -156,27 +156,7 @@ This will:

## Architecture

```
Kind Cluster

+-----------+ +----------+ +-------------+ +------------+
| Frontend | | Rust API | | PostGraphile| | JupyterHub |
| Next.js | | Axum | | GraphQL | | |
| :31000 | | :31001 | | :31002 | | :31003 |
+-----+-----+ +----+-----+ +------+------+ +------+-----+
| | | |
| +----+---------------+----+ |
| | PostgreSQL 16 | |
| | :5432 | |
| +-------------------------+ |
| | |
| +----+-----------+ |
| | Model Runner | +------------+ |
| | Pods (ephemeral| | User | |
| | - Python | | Notebook | |
| | - Rust | | Pods | |
| +----------------+ +------------+ |
```
![Architecture](docs/diagrams/architecture.svg)

### Components

Expand Down
113 changes: 113 additions & 0 deletions docs/diagrams/architecture.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Loading