Created: 2024-03-04 | Updated: 2024-09-21
PostgreSQL
New (v0.3.34)
Table of contents
Node Type: postgresql
Rendering:
Code Snippet:
# given
mcd = MultiCloudDiagrams()
# when
postgresql_arn = 'arn:aws:postgresql:eu-west-1:123456789012'
postgresql_name = 'arn:aws:postgresql:eu-west-1:123456789012/MainDB'
metadata = {
"records": "224000",
"engine": "16.2",
"volume": "2048Mb",
"cpu": "512",
"memory": "2048",
"version": 5.72,
}
mcd.add_vertex(node_id=postgresql_arn, node_name=postgresql_name, node_type='postgresql', metadata=metadata)
drawio postgresql vertex:
<mxCell id="vertex:postgresql:arn:aws:postgresql:eu-west-1:123456789012" parent="1" vertex="1">
<mxGeometry width="60" height="63" as="geometry"/>
</mxCell>
Advanced for Geeks:
Style:
style="outlineConnect=0;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=left;html=1;shape=mxgraph.aws3.postgre_sql_instance;fillColor=#2E73B8;gradientColor=none;"
attribute | value |
---|---|
align | left |
dashed | 0 |
fillColor | #2E73B8 |
gradientColor | none |
html | 1 |
outlineConnect | 0 |
shape | mxgraph.aws3.postgre_sql_instance |
verticalAlign | top |
verticalLabelPosition | bottom |
Vertex size:
attribute | value |
---|---|
width | 60 |
height | 63 |
Full XML dump:
<mxfile host="multicloud-diagrams" agent="PIP package multicloud-diagrams. Generate resources in draw.io compatible format for Cloud infrastructure. Copyrights @ Roman Tsypuk 2023. MIT license." type="MultiCloud">
<diagram id="diagram_1" name="AWS components">
<mxGraphModel dx="1015" dy="661" grid="1" gridSize="10" guides="1" tooltips="1" connect="1" arrows="1" fold="1" page="1" pageScale="1" pageWidth="850" pageHeight="1100" math="0" shadow="1">
<root>
<mxCell id="0"/>
<mxCell id="1" parent="0"/>
<mxCell id="vertex:postgresql:arn:aws:postgresql:eu-west-1:123456789012" value="<b>Name</b>: arn:aws:postgresql:eu-west-1:123456789012/MainDB<BR><b>ARN</b>: arn:aws:postgresql:eu-west-1:123456789012<BR>-----------<BR><b>records</b>: 224000<BR><b>engine</b>: 16.2<BR><b>volume</b>: 2048Mb<BR><b>cpu</b>: 512<BR><b>memory</b>: 2048<BR><b>version</b>: 5.72" style="outlineConnect=0;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=left;html=1;shape=mxgraph.aws3.postgre_sql_instance;fillColor=#2E73B8;gradientColor=none;" parent="1" vertex="1">
<mxGeometry width="60" height="63" as="geometry"/>
</mxCell>
</root>
</mxGraphModel>
</diagram>
</mxfile>
drawio file:
Download generated postgresql.drawio
: