From 01c08a5af3861c50d242f976996dd2c37090de51 Mon Sep 17 00:00:00 2001 From: Dr_S_Eggs Date: Thu, 10 Apr 2025 09:34:48 +0200 Subject: [PATCH] UML Deploymentdiagram aktualisiert --- UML-Deploymentdiagram.md | 38 +------------------------------------- 1 file changed, 1 insertion(+), 37 deletions(-) diff --git a/UML-Deploymentdiagram.md b/UML-Deploymentdiagram.md index 39b8657..ba467b2 100644 --- a/UML-Deploymentdiagram.md +++ b/UML-Deploymentdiagram.md @@ -46,40 +46,4 @@ __________________________________________________________________ Andere Lösung: -@startuml -skinparam componentStyle rectangle - -node "Client Browser" { - artifact "Web UI" <> -} - -node "Web Server\n(Vite + Vue)" { - artifact "Frontend App" -} - -node "API Server\n(Rust Backend)" { - artifact "Rust REST API" - - node "Docker Container 1 (Compose)" { - node "Postgres Database Server" { - artifact "User DB" - } - } - - node "Docker Container 2 (Compose)" { - node "Redis/Cache" { - artifact "Cache DB" - } - } -} - -node "LDAP Server\n(School LDAP)" { - artifact "LDAP Directory" -} - -' Connections -"Web UI" --> "Frontend App" : HTTP (User Access) -"Frontend App" --> "Rust REST API" : REST API Calls -"Rust REST API" --> "User DB" : SQL Queries -"Rust REST API" --> "LDAP Directory" : LDAP Authentication -@enduml \ No newline at end of file +//www.plantuml.com/plantuml/png/VL5VJy8m47_lfxZiHOWXH1y98OnD0mQJmGQ--5BA2GrTkxITXXY-krqbJETa3qjplp_tkxkniLJRCXV47BWigAOvC9KNIgAqgJqA18tCKhaJI8XKMuGW4jo1CD7gmw0Eu9E0-vmDVwFCGl226rZD0XWEfzdplF-KZaRaT1PxC4NzZlfLTjRS8jp2kiJkNvj7hQH5kOMmA8BQ84ncjS6oD2u8PGV7Qx7myF8XpS2f0kBHRvTOEOs6oBMWNBhN7NIYQcvJHwdPYJ9sfz50J2tTK8Fd13-Plpkl36g89y45FX7_lvhX_bg69MwvwKUKxV7_jXvkwrllRnw7IRt0bEsL4b0LM_RdkJ7NoApIHt-4coglT0Mkf26NM_TweyR5O03JB4kWurSHCeR6T4c3usJDAy7WyeQ82c58a-14zO8TFLtCOL6YvjZEROxX9BuIbdQFqd96gs78sAKgS_45 \ No newline at end of file