Find a file
2024-09-04 12:52:17 +00:00
.forgejo/workflows Fix workflows PART 2 2024-09-03 22:25:45 +02:00
lib-uwusched [LIB] Protocol stuff; Testing compression and encoding 2024-09-04 14:49:43 +02:00
notes [LIB] Protocol data structures 2024-09-04 13:45:33 +02:00
uwusched Commit from GitHub Actions () 2024-09-04 12:52:17 +00:00
.gitignore Initial commit 2024-09-03 16:21:59 +02:00
Cargo.lock [LIB] Protocol data structures 2024-09-04 13:45:33 +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 |
                                            +----------------+