-
Notifications
You must be signed in to change notification settings - Fork 0
/
architecture.png.drawio
105 lines (105 loc) · 8.4 KB
/
architecture.png.drawio
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
<mxfile host="65bd71144e">
<diagram id="rfqDPi498g3hl_tz1eyK" name="Page-1">
<mxGraphModel dx="777" dy="712" 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="0">
<root>
<mxCell id="0"/>
<mxCell id="1" parent="0"/>
<mxCell id="2" value="<font size="3">CLIENT</font>" style="rounded=1;whiteSpace=wrap;html=1;" parent="1" vertex="1">
<mxGeometry x="330" y="10" width="130" height="50" as="geometry"/>
</mxCell>
<mxCell id="3" value="API&nbsp;<br>Gateway" style="shape=hexagon;perimeter=hexagonPerimeter2;whiteSpace=wrap;html=1;fixedSize=1;fontSize=18;" parent="1" vertex="1">
<mxGeometry x="325" y="200" width="140" height="110" as="geometry"/>
</mxCell>
<mxCell id="4" value="Authentication Service" style="rounded=0;whiteSpace=wrap;html=1;fontSize=18;" parent="1" vertex="1">
<mxGeometry x="680" y="230" width="170" height="50" as="geometry"/>
</mxCell>
<mxCell id="5" value="Product&nbsp;<br>Service" style="rounded=0;whiteSpace=wrap;html=1;fontSize=18;align=center;" parent="1" vertex="1">
<mxGeometry x="150" y="480" width="180" height="40" as="geometry"/>
</mxCell>
<mxCell id="6" value="Order Service" style="rounded=0;whiteSpace=wrap;html=1;fontSize=18;" parent="1" vertex="1">
<mxGeometry x="460" y="480" width="160" height="40" as="geometry"/>
</mxCell>
<mxCell id="7" value="auth_db" style="image;html=1;image=img/lib/clip_art/computers/Database_128x128.png;fontSize=18;" parent="1" vertex="1">
<mxGeometry x="725" y="370" width="80" height="60" as="geometry"/>
</mxCell>
<mxCell id="8" value="order_db" style="image;html=1;image=img/lib/clip_art/computers/Database_128x128.png;fontSize=18;" parent="1" vertex="1">
<mxGeometry x="500" y="590" width="80" height="60" as="geometry"/>
</mxCell>
<mxCell id="11" value="product_db" style="image;html=1;image=img/lib/clip_art/computers/Database_128x128.png;fontSize=18;" parent="1" vertex="1">
<mxGeometry x="200" y="600" width="80" height="60" as="geometry"/>
</mxCell>
<mxCell id="12" value="" style="endArrow=classic;html=1;fontSize=18;exitX=0.5;exitY=1;exitDx=0;exitDy=0;entryX=0.5;entryY=0;entryDx=0;entryDy=0;" parent="1" source="2" target="3" edge="1">
<mxGeometry width="50" height="50" relative="1" as="geometry">
<mxPoint x="400" y="330" as="sourcePoint"/>
<mxPoint x="450" y="280" as="targetPoint"/>
</mxGeometry>
</mxCell>
<mxCell id="13" value="<font style="font-size: 12px;">HTTP</font>" style="text;html=1;align=center;verticalAlign=middle;resizable=0;points=[];autosize=1;strokeColor=none;fillColor=none;fontSize=18;" parent="1" vertex="1">
<mxGeometry x="405" y="110" width="50" height="40" as="geometry"/>
</mxCell>
<mxCell id="14" value="" style="endArrow=classic;html=1;fontSize=12;entryX=0;entryY=0.5;entryDx=0;entryDy=0;exitX=1;exitY=0.5;exitDx=0;exitDy=0;" parent="1" source="3" target="4" edge="1">
<mxGeometry width="50" height="50" relative="1" as="geometry">
<mxPoint x="400" y="330" as="sourcePoint"/>
<mxPoint x="450" y="280" as="targetPoint"/>
</mxGeometry>
</mxCell>
<mxCell id="15" value="gRPC" style="text;html=1;align=center;verticalAlign=middle;resizable=0;points=[];autosize=1;strokeColor=none;fillColor=none;fontSize=12;" parent="1" vertex="1">
<mxGeometry x="530" y="215" width="60" height="30" as="geometry"/>
</mxCell>
<mxCell id="18" value="" style="curved=1;endArrow=classic;html=1;fontSize=12;exitX=0.5;exitY=1;exitDx=0;exitDy=0;entryX=0.5;entryY=0;entryDx=0;entryDy=0;" parent="1" source="3" target="6" edge="1">
<mxGeometry width="50" height="50" relative="1" as="geometry">
<mxPoint x="480" y="380" as="sourcePoint"/>
<mxPoint x="590" y="340" as="targetPoint"/>
<Array as="points">
<mxPoint x="410" y="400"/>
<mxPoint x="520" y="410"/>
</Array>
</mxGeometry>
</mxCell>
<mxCell id="21" value="" style="curved=1;endArrow=classic;html=1;fontSize=12;exitX=0.5;exitY=1;exitDx=0;exitDy=0;entryX=0.5;entryY=0;entryDx=0;entryDy=0;" parent="1" source="3" target="5" edge="1">
<mxGeometry width="50" height="50" relative="1" as="geometry">
<mxPoint x="325" y="330" as="sourcePoint"/>
<mxPoint x="180" y="500" as="targetPoint"/>
<Array as="points">
<mxPoint x="380" y="410"/>
<mxPoint x="240" y="420"/>
</Array>
</mxGeometry>
</mxCell>
<mxCell id="22" value="gRPC" style="text;html=1;align=center;verticalAlign=middle;resizable=0;points=[];autosize=1;strokeColor=none;fillColor=none;fontSize=12;" parent="1" vertex="1">
<mxGeometry x="460" y="380" width="60" height="30" as="geometry"/>
</mxCell>
<mxCell id="23" value="gRPC" style="text;html=1;align=center;verticalAlign=middle;resizable=0;points=[];autosize=1;strokeColor=none;fillColor=none;fontSize=12;" parent="1" vertex="1">
<mxGeometry x="265" y="380" width="60" height="30" as="geometry"/>
</mxCell>
<mxCell id="24" value="" style="endArrow=classic;html=1;fontSize=12;exitX=0;exitY=0.5;exitDx=0;exitDy=0;entryX=1;entryY=0.5;entryDx=0;entryDy=0;" parent="1" source="6" target="5" edge="1">
<mxGeometry width="50" height="50" relative="1" as="geometry">
<mxPoint x="280" y="530" as="sourcePoint"/>
<mxPoint x="330" y="480" as="targetPoint"/>
</mxGeometry>
</mxCell>
<mxCell id="25" value="gRPC" style="text;html=1;align=center;verticalAlign=middle;resizable=0;points=[];autosize=1;strokeColor=none;fillColor=none;fontSize=12;" parent="1" vertex="1">
<mxGeometry x="360" y="470" width="60" height="30" as="geometry"/>
</mxCell>
<mxCell id="26" value="" style="endArrow=classic;html=1;fontSize=12;exitX=0.5;exitY=1;exitDx=0;exitDy=0;entryX=0.5;entryY=0;entryDx=0;entryDy=0;" parent="1" source="5" target="11" edge="1">
<mxGeometry width="50" height="50" relative="1" as="geometry">
<mxPoint x="250" y="530" as="sourcePoint"/>
<mxPoint x="300" y="480" as="targetPoint"/>
</mxGeometry>
</mxCell>
<mxCell id="27" value="" style="endArrow=classic;html=1;fontSize=12;exitX=0.5;exitY=1;exitDx=0;exitDy=0;entryX=0.5;entryY=0;entryDx=0;entryDy=0;" parent="1" source="6" target="8" edge="1">
<mxGeometry width="50" height="50" relative="1" as="geometry">
<mxPoint x="250" y="530" as="sourcePoint"/>
<mxPoint x="300" y="480" as="targetPoint"/>
</mxGeometry>
</mxCell>
<mxCell id="28" value="" style="endArrow=classic;html=1;fontSize=12;exitX=0.5;exitY=1;exitDx=0;exitDy=0;entryX=0.5;entryY=0;entryDx=0;entryDy=0;" edge="1" parent="1" source="4" target="7">
<mxGeometry width="50" height="50" relative="1" as="geometry">
<mxPoint x="550" y="530" as="sourcePoint"/>
<mxPoint x="550" y="600" as="targetPoint"/>
</mxGeometry>
</mxCell>
</root>
</mxGraphModel>
</diagram>
</mxfile>