yotei/README.md
xqtc a0094c7a35
Some checks failed
/ build (push) Failing after 1m24s
/ clippy (push) Failing after 1m6s
Update README
2024-09-03 22:10:33 +02:00

21 lines
684 B
Markdown

# UwUsched
UwUsched is an active-active, high-availability clustering soloution.
## Basic Architecture
```
+----------------+
/-----> | Compute Node 1 |
| +----------------+
+--------+ +-----------+ | +----------------+
| Client | ----> | Head Node | <---|------> | Compute Node 2 |
+--------+ +-----------+ | +----------------+
| +----------------+
\-----> | Compute Node n |
+----------------+
```