Skip to content

Commit 5619684

Browse files
authored
Update README.md
1 parent 3d3a8b3 commit 5619684

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

README.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -69,13 +69,17 @@ __Note: Getting started drawing is very simple, the basic essentials are to draw
6969
## Example Show
7070

7171
+ The serverless arch by using Lambda,ApiGateway,DynamoDB,etc
72-
[Serverless](https://github.com/tonystark201/Architecture-blueprint-by-python/blob/main/assets/serverless1.png)
72+
73+
![Serverless](https://github.com/tonystark201/Architecture-blueprint-by-python/blob/main/assets/serverless1.png)
7374
+ The ECS deployment
74-
[ECS deployment](https://github.com/tonystark201/Architecture-blueprint-by-python/blob/main/assets/ecs1.png)
75+
76+
![ECS deployment](https://github.com/tonystark201/Architecture-blueprint-by-python/blob/main/assets/ecs1.png)
7577
+ The ELKB stack
76-
[ELKB](https://github.com/tonystark201/Architecture-blueprint-by-python/blob/main/assets/elkb1.png)
78+
79+
![ELKB](https://github.com/tonystark201/Architecture-blueprint-by-python/blob/main/assets/elkb1.png)
7780
+ The ML example by using eventbridge,rekogniton,translate,etc.
78-
[ML](https://github.com/tonystark201/Architecture-blueprint-by-python/blob/main/assets/ml1.png)
81+
82+
![ML](https://github.com/tonystark201/Architecture-blueprint-by-python/blob/main/assets/ml1.png)
7983
## Summary
8084

8185
The Python drawing library is more practical, but if you are not familiar with `graphviz`, there will be some unsightly situations in the layout of the architecture diagram. The purpose of this library is to make drawing architecture images the same as writing code, but from the actual effect, for some simple architecture diagrams, it is more convenient to use, but for some complex architectures, the layout of the images is ugly. Therefore, this library has a long way to go if it wants to make a difference.

0 commit comments

Comments
 (0)