Browse Source

docs: simplify the on-premise example

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

+ 1
- 1
README.md View File

@@ -44,7 +44,7 @@ You can start with [quick start](https://diagrams.mingrammer.com/docs/getting-st

| Event Processing on AWS | Stateful Architecture on k8s | On-Premise System Architecture |
| ------------------------------------------------------------ | ------------------------------------------------------------ | ------------------------------------------------------------ |
| ![event processing](https://diagrams.mingrammer.com/img/event_processing_diagram.png) | ![stateful architecture](https://diagrams.mingrammer.com/img/stateful_architecture_diagram.png) | ![on-premise system architecture diagram](https://diagrams.mingrammer.com/img/on-premise_system_architecture.png) |
| ![event processing](https://diagrams.mingrammer.com/img/event_processing_diagram.png) | ![stateful architecture](https://diagrams.mingrammer.com/img/stateful_architecture_diagram.png) | ![advanced web service with on-premise](https://diagrams.mingrammer.com/img/advanced_web_service_with_on-premise.png) |

You can find all the examples on the [examples](https://diagrams.mingrammer.com/docs/getting-started/examples) page.



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

@@ -214,7 +214,7 @@ from diagrams.onprem.monitoring import Grafana, Prometheus
from diagrams.onprem.network import Nginx
from diagrams.onprem.queue import Kafka

with Diagram("On-Premise System Architecture", show=False):
with Diagram("Advanced Web Service with On-Premise", show=False):
ingress = Nginx("ingress")

metrics = Prometheus("metric")
@@ -242,4 +242,4 @@ with Diagram("On-Premise System Architecture", show=False):
ingress >> grpcsvc >> aggregator
```

![on-premise system architecture diagram](/img/on-premise_system_architecture.png)
![advanced web service with on-premise diagram](/img/advanced_web_service_with_on-premise.png)

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

Before After
Width: 1164  |  Height: 863  |  Size: 130 KiB Width: 1164  |  Height: 863  |  Size: 131 KiB

Loading…
Cancel
Save