Find a file
2024-09-03 20:28:00 +00:00
.forgejo/workflows Fix workflows PART 2 2024-09-03 22:25:45 +02:00
lib-uwusched Fix cargo workspaces and forgejo actions 2024-09-03 22:21:55 +02:00
notes Protocol spec 2024-09-03 21:54:06 +02:00
uwusched Commit from GitHub Actions () 2024-09-03 20:28:00 +00:00
.gitignore Initial commit 2024-09-03 16:21:59 +02:00
Cargo.lock Fix cargo workspaces and forgejo actions 2024-09-03 22:21:55 +02:00
Cargo.toml Fix cargo workspaces and forgejo actions 2024-09-03 22:21:55 +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 Update README 2024-09-03 22:10:33 +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 |
                                            +----------------+