Find a file
xqtc 696737f2c1
All checks were successful
/ build (push) Successful in 1m23s
/ clippy (push) Successful in 1m23s
Fix workflows PART 2
2024-09-03 22:25:45 +02: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 Refactor to workspaces 2024-09-03 22:05:11 +02: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 |
                                            +----------------+