Find a file
2024-09-03 22:05:11 +02:00
lib-uwusched Refactor to workspaces 2024-09-03 22:05:11 +02:00
notes Protocol spec 2024-09-03 21:54:06 +02:00
uwusched Refactor to workspaces 2024-09-03 22:05:11 +02:00
.gitignore Initial commit 2024-09-03 16:21:59 +02:00
Cargo.lock Initial commit 2024-09-03 16:21:59 +02:00
Cargo.toml Refactor to workspaces 2024-09-03 22:05:11 +02:00
config.toml Initial commit 2024-09-03 16:21:59 +02:00
flake.lock Initial commit 2024-09-03 16:21:59 +02:00
flake.nix Initial commit 2024-09-03 16:21:59 +02:00
justfile Initial commit 2024-09-03 16:21:59 +02:00
README.md Initial commit 2024-09-03 16:21:59 +02:00

UwUsched

UwUsched is an active-active, high-availability clustering soloution.

Basic Architecture

                                            +----------------+
                                    /-----> | Compute Node 1 |
                                   |        +----------------+
+--------+       +-----------+     |        +----------------+
| Client | ----> | Head Node | ----|------> | Compute Node 2 |
+--------+       +-----------+     |        +----------------+
                                   |        +----------------+
                                    \-----> | Compute Node n |
                                            +----------------+