Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -3,7 +3,7 @@ from diagrams import Cluster, Diagram
|
|
3 |
from diagrams.azure.compute import ContainerInstances
|
4 |
from diagrams.azure.integration import APIManagement
|
5 |
from diagrams.onprem.container import Docker
|
6 |
-
from diagrams.onprem.database import Snowflake
|
7 |
from diagrams.programming.framework import FastAPI
|
8 |
from diagrams.custom import Custom
|
9 |
|
@@ -21,8 +21,8 @@ def create_diagram():
|
|
21 |
with Cluster("Python"):
|
22 |
python = FastAPI("Python / Uvicorn")
|
23 |
|
24 |
-
with Cluster("Snowflake"):
|
25 |
-
|
26 |
|
27 |
container_registry >> docker >> slimbuster >> python
|
28 |
container_registry_api >> docker
|
|
|
3 |
from diagrams.azure.compute import ContainerInstances
|
4 |
from diagrams.azure.integration import APIManagement
|
5 |
from diagrams.onprem.container import Docker
|
6 |
+
#from diagrams.onprem.database import Snowflake
|
7 |
from diagrams.programming.framework import FastAPI
|
8 |
from diagrams.custom import Custom
|
9 |
|
|
|
21 |
with Cluster("Python"):
|
22 |
python = FastAPI("Python / Uvicorn")
|
23 |
|
24 |
+
#with Cluster("Snowflake"):
|
25 |
+
# snowflake = Snowflake("Snowflake")
|
26 |
|
27 |
container_registry >> docker >> slimbuster >> python
|
28 |
container_registry_api >> docker
|