We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb06137 commit 9115731Copy full SHA for 9115731
README.md
@@ -1,2 +1,12 @@
1
# ctf-rs
2
ctf-rs is ctf platform inspired by CTFd, but w/o any price gated features, and built from the ground up as cloud native.
3
+
4
+## Components
5
6
+- AuthZ as a Service: OSO, AuthZed, Cerbos, Permit.io
7
+- Database: (Must be embeddable)
8
+ - Main: Kuzu (Graph DBMS)
9
+ - KV/Cache: Valkey/Redis/RocksDB (Might be overkill; thinking of Real Time distributed system)
10
+- GraphQL API: Juniper
11
+- Web UI: Leptos
12
+- Desktop Apps: Tauri
0 commit comments