From 71aff55525f5ac45b6da89ce8be257386e6a37c8 Mon Sep 17 00:00:00 2001 From: Juan MarĂ­n Noguera Date: Mon, 24 May 2021 21:04:26 +0200 Subject: PDS tema 5 --- pds/n6.2.puml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 pds/n6.2.puml (limited to 'pds/n6.2.puml') diff --git a/pds/n6.2.puml b/pds/n6.2.puml new file mode 100644 index 0000000..1ba71c7 --- /dev/null +++ b/pds/n6.2.puml @@ -0,0 +1,21 @@ +@startuml +left to right direction +node ": GenericPC" as PC <> { + node ": WebBrowser" as Browser <> { + rectangle WebClient <> + } +} + +node ": Raspberry Pi 4" as Server <> { + node ": Raspbian" as Raspbian <> { + node ": PostgreSQL 12" as DB <> + node ": Apache 2" as Apache <> + artifact ": MusicManager" as Manager <> + } +} + +Browser -- Apache : HTTPS +WebClient -- Manager : DASH +Apache - Manager : FastCGI +Manager -- DB : SQL +@enduml -- cgit v1.2.3