|
|
|
@ -21,7 +21,7 @@ with Diagram("Grouped Workers", show=False, direction="TB"):
|
|
|
|
|
EC2("worker5")] >> RDS("events")
|
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|

|
|
|
|
|

|
|
|
|
|
|
|
|
|
|
## Clustered Web Services
|
|
|
|
|
|
|
|
|
@ -52,7 +52,7 @@ with Diagram("Clustered Web Services", show=False):
|
|
|
|
|
svc_group >> memcached
|
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|

|
|
|
|
|

|
|
|
|
|
|
|
|
|
|
## Event Processing on AWS
|
|
|
|
|
|
|
|
|
@ -87,7 +87,7 @@ with Diagram("Event Processing", show=False):
|
|
|
|
|
handlers >> dw
|
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|

|
|
|
|
|

|
|
|
|
|
|
|
|
|
|
## Message Collecting System on GCP
|
|
|
|
|
|
|
|
|
@ -125,7 +125,7 @@ with Diagram("Message Collecting", show=False):
|
|
|
|
|
pubsub >> flow
|
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|

|
|
|
|
|

|
|
|
|
|
|
|
|
|
|
## Exposed Pod with 3 Replicas on Kubernetes
|
|
|
|
|
|
|
|
|
@ -143,7 +143,7 @@ with Diagram("Exposed Pod with 3 Replicas", show=False):
|
|
|
|
|
|
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|

|
|
|
|
|

|
|
|
|
|
|
|
|
|
|
## Stateful Architecture on Kubernetes
|
|
|
|
|
|
|
|
|
@ -168,7 +168,7 @@ with Diagram("Stateful Architecture", show=False):
|
|
|
|
|
apps << PV("pv") << StorageClass("sc")
|
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|

|
|
|
|
|

|
|
|
|
|
|
|
|
|
|
## Advanced Web Service with On-Premise
|
|
|
|
|
|
|
|
|
@ -211,7 +211,7 @@ with Diagram("Advanced Web Service with On-Premise", show=False):
|
|
|
|
|
ingress >> grpcsvc >> aggregator
|
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|

|
|
|
|
|

|
|
|
|
|
|
|
|
|
|
## Advanced Web Service with On-Premise (with colors and labels)
|
|
|
|
|
|
|
|
|
@ -254,7 +254,7 @@ with Diagram(name="Advanced Web Service with On-Premise (colored)", show=False):
|
|
|
|
|
ingress >> Edge(color="darkgreen") << grpcsvc >> Edge(color="darkorange") >> aggregator
|
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|

|
|
|
|
|

|
|
|
|
|
|
|
|
|
|
## RabbitMQ Consumers with Custom Nodes
|
|
|
|
|
|
|
|
|
@ -283,4 +283,4 @@ with Diagram("Broker Consumers", show=False):
|
|
|
|
|
queue >> consumers >> Aurora("Database")
|
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|

|
|
|
|
|

|
|
|
|
|