Delete all docker related files
Update schematics
This commit is contained in:
+11
-13
@@ -1,20 +1,18 @@
|
||||
hst : "host" {
|
||||
Dck : "Stack Docker Compose" {
|
||||
DB :"MariaDB" {
|
||||
PythonSRV : "Stack Python" {
|
||||
DB :"SQLite DB" {
|
||||
icon : https://icons.terrastruct.com/azure%2FDatabases%20Service%20Color%2FAzure%20Database%20for%20MariaDB%20servers.svg
|
||||
}
|
||||
Scrp : "DataScrapper" {
|
||||
icon : https://icons.terrastruct.com/dev%2Fpython.svg
|
||||
explaination : |md
|
||||
Containerized python
|
||||
explaination : |md
|
||||
used to scrap data from bluetooth
|
||||
|
|
||||
|
||||
}
|
||||
web : "WebGui" {
|
||||
icon : https://icons.terrastruct.com/dev%2Fpython.svg
|
||||
explaination : |md
|
||||
Containerized python
|
||||
explaination : |md
|
||||
used to display data from DB
|
||||
|
|
||||
}
|
||||
@@ -28,7 +26,7 @@ PC : "User browser"{
|
||||
icon : https://icons.terrastruct.com/essentials%2F365-user.svg
|
||||
|
||||
}
|
||||
hst.Dck.DB <-- hst.Dck.Scrp : "Write \ndata" {
|
||||
hst.PythonSRV.DB <-- hst.PythonSRV.Scrp : "Write \ndata" {
|
||||
style : {
|
||||
stroke-dash: 5
|
||||
animated: true
|
||||
@@ -36,7 +34,7 @@ hst.Dck.DB <-- hst.Dck.Scrp : "Write \ndata" {
|
||||
}
|
||||
}
|
||||
|
||||
hst.Dck.DB --> hst.Dck.web : "Read \nData" {
|
||||
hst.PythonSRV.DB --> hst.PythonSRV.web : "Read \nData" {
|
||||
style : {
|
||||
stroke-dash: 5
|
||||
animated: true
|
||||
@@ -44,13 +42,13 @@ hst.Dck.DB --> hst.Dck.web : "Read \nData" {
|
||||
}
|
||||
}
|
||||
|
||||
sens --> hst.blt --> hst.Dck.scrp : "Read \nData" {
|
||||
sens --> hst.blt --> hst.PythonSRV.scrp : "Read \nData" {
|
||||
style : {
|
||||
stroke-dash: 5
|
||||
animated: true
|
||||
}
|
||||
}
|
||||
hst.Dck.web --> pc : "display \ndata" {
|
||||
hst.PythonSRV.web --> pc : "display \ndata" {
|
||||
style : {
|
||||
stroke-dash: 5
|
||||
animated: true
|
||||
@@ -58,7 +56,7 @@ hst.Dck.web --> pc : "display \ndata" {
|
||||
|
||||
}
|
||||
}
|
||||
hst.Dck.web <-- pc : "write \nsettings" {
|
||||
hst.PythonSRV.web <-- pc : "write \nsettings" {
|
||||
style : {
|
||||
stroke-dash: 5
|
||||
animated: true
|
||||
@@ -66,7 +64,7 @@ hst.Dck.web <-- pc : "write \nsettings" {
|
||||
}
|
||||
}
|
||||
|
||||
hst.Dck.DB <-- hst.Dck.web : "write \nsettings" {
|
||||
hst.PythonSRV.DB <-- hst.PythonSRV.web : "write \nsettings" {
|
||||
style : {
|
||||
stroke-dash: 5
|
||||
animated: true
|
||||
@@ -74,7 +72,7 @@ hst.Dck.DB <-- hst.Dck.web : "write \nsettings" {
|
||||
}
|
||||
}
|
||||
|
||||
hst.Dck.DB --> hst.Dck.Scrp : "Read \nsettings" {
|
||||
hst.PythonSRV.DB --> hst.PythonSRV.Scrp : "Read \nsettings" {
|
||||
style : {
|
||||
stroke-dash: 5
|
||||
animated: true
|
||||
|
||||
Reference in New Issue
Block a user