Skip to content

Commit 3d3a8b3

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

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

README.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,16 @@ The Diagrams library has four main components, namely diagrams, nodes, clusters,
6666
The Edge object contains three properties: label, color, and style
6767

6868
__Note: Getting started drawing is very simple, the basic essentials are to draw with the sample code as a reference. You can check and view the code in this Repo and start your drawing.__
69-
69+
## Example Show
70+
71+
+ The serverless arch by using Lambda,ApiGateway,DynamoDB,etc
72+
[Serverless](https://github.com/tonystark201/Architecture-blueprint-by-python/blob/main/assets/serverless1.png)
73+
+ The ECS deployment
74+
[ECS deployment](https://github.com/tonystark201/Architecture-blueprint-by-python/blob/main/assets/ecs1.png)
75+
+ The ELKB stack
76+
[ELKB](https://github.com/tonystark201/Architecture-blueprint-by-python/blob/main/assets/elkb1.png)
77+
+ The ML example by using eventbridge,rekogniton,translate,etc.
78+
[ML](https://github.com/tonystark201/Architecture-blueprint-by-python/blob/main/assets/ml1.png)
7079
## Summary
7180

7281
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)