|
1 | 1 | # C4-PlantUML |
2 | 2 |
|
3 | | - |
| 3 | + |
4 | 4 |
|
5 | 5 | C4-PlantUML combines the benefits of [PlantUML](http://en.plantuml.com/) and the [C4 model](https://c4model.com/) for providing a simple way of describing and communicate software architectures - especially during up-front design sessions - with an intuitive language using open source and platform independent tools. |
6 | 6 |
|
@@ -75,13 +75,13 @@ Rel(web_app, twitter, "Gets tweets from", "HTTPS") |
75 | 75 |
|
76 | 76 | * System Context & System Landscape diagrams |
77 | 77 | * Import: `!includeurl https://raw.githubusercontent.com/RicardoNiepel/C4-PlantUML/master/C4_Context.puml` |
78 | | - * Macros: `Person`, `Person_Ext`, `System`, `System_Ext`, `Boundary`, `System_Boundary`, `Enterprise_Boundary` |
| 78 | + * Macros: `Person`, `Person_Ext`, `System`, `System_Ext`, `SystemDb`, `SystemDb_Ext`, `Boundary`, `System_Boundary`, `Enterprise_Boundary` |
79 | 79 | * Container diagram |
80 | 80 | * Import: `!includeurl https://raw.githubusercontent.com/RicardoNiepel/C4-PlantUML/master/C4_Container.puml` |
81 | | - * Additional Macros: `Container`, `Container_Boundary` |
| 81 | + * Additional Macros: `Container`, `ContainerDb`, `Container_Boundary` |
82 | 82 | * Component diagram |
83 | 83 | * Import: `!includeurl https://raw.githubusercontent.com/RicardoNiepel/C4-PlantUML/master/C4_Component.puml` |
84 | | - * Additional Macros: `Component` |
| 84 | + * Additional Macros: `Component`, `ComponentDb` |
85 | 85 |
|
86 | 86 | Take a look at each of the [C4 Model Diagram Samples](samples/C4CoreDiagrams.md). |
87 | 87 |
|
@@ -114,13 +114,13 @@ The core diagram samples from [c4model.com](https://c4model.com/#coreDiagrams) a |
114 | 114 |
|
115 | 115 | Source: [C4_Container Diagram Sample - techtribesjs.puml](samples/C4_Container%20Diagram%20Sample%20-%20techtribesjs.puml) |
116 | 116 |
|
117 | | - |
| 117 | + |
118 | 118 |
|
119 | 119 | ### Message Bus and Microservices |
120 | 120 |
|
121 | 121 | Source: [C4_Container Diagram Sample - message bus.puml](samples/C4_Container%20Diagram%20Sample%20-%20message%20bus.puml) |
122 | 122 |
|
123 | | - |
| 123 | + |
124 | 124 |
|
125 | 125 | ## Background |
126 | 126 |
|
|
0 commit comments