Browse Source

docs: update on-premise example

tags/v0.6.0
mingrammer 4 years ago
parent
commit
a17789bc88
2 changed files with 2 additions and 3 deletions
  1. +2
    -3
      docs/getting-started/examples.md
  2. BIN
      website/static/img/on-premise_system_architecture.png

+ 2
- 3
docs/getting-started/examples.md View File

@@ -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
```


BIN
website/static/img/on-premise_system_architecture.png View File

Before After
Width: 1164  |  Height: 865  |  Size: 133 KiB Width: 1164  |  Height: 863  |  Size: 130 KiB

Loading…
Cancel
Save