docs: update on-premise example

pull/38/head
mingrammer 6 years ago
parent fe9c298632
commit a17789bc88

@ -236,9 +236,8 @@ with Diagram("On-Premise System Architecture", show=False):
master - PostgreSQL("slave") << metrics
grpcsvc >> master
with Cluster("Log Streaming"):
aggregator = Fluentd("logging")
aggregator >> Kafka("stream") >> Spark("analytics")
aggregator = Fluentd("logging")
aggregator >> Kafka("stream") >> Spark("analytics")
ingress >> grpcsvc >> aggregator
```

Binary file not shown.

Before

Width:  |  Height:  |  Size: 133 KiB

After

Width:  |  Height:  |  Size: 130 KiB

Loading…
Cancel
Save