-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathservice-graph.dot
More file actions
45 lines (45 loc) · 1.5 KB
/
service-graph.dot
File metadata and controls
45 lines (45 loc) · 1.5 KB
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
digraph "" {
graph [bb="0,0,934.24,324"];
node [label="\N"];
dispatch [height=0.5,
pos="40.296,306",
width=1.1193];
"rs-web" [height=0.5,
pos="243.3,234",
width=4.008];
cart [height=0.5,
pos="169.3,162",
width=0.75];
"rs-web" -> cart [pos="e,184.39,177.28 225,215.7 215.14,206.37 202.88,194.76 192.36,184.82"];
catalog [height=0.5,
pos="181.3,90",
width=1.011];
"rs-web" -> catalog [pos="e,188.96,107.67 235.98,215.56 228.41,197.58 216.19,168.76 205.3,144 201.48,135.32 197.24,125.89 193.39,117.41"];
user [height=0.5,
pos="262.3,90",
width=0.75];
"rs-web" -> user [pos="e,260.01,108.11 245.63,215.59 248.86,191.4 254.75,147.36 258.6,118.65"];
ratings [height=0.5,
pos="324.3,162",
width=0.95686];
"rs-web" -> ratings [pos="e,306.97,177.97 263.32,215.7 274,206.47 287.25,195.02 298.67,185.15"];
cart -> catalog [pos="e,178.36,108.1 172.26,143.7 173.56,136.15 175.1,127.12 176.55,118.68"];
"rs-mongodb" [height=0.5,
pos="221.3,18",
width=4.5315];
catalog -> "rs-mongodb" [pos="e,211.33,36.447 190.78,72.411 195.32,64.454 200.88,54.722 206.01,45.756"];
user -> "rs-mongodb" [pos="e,231.33,36.124 252.79,72.765 248.06,64.697 242.23,54.741 236.88,45.598"];
"rs-load" [height=0.5,
pos="243.3,306",
width=4.026];
"rs-load" -> "rs-web" [pos="e,243.3,252.1 243.3,287.7 243.3,280.24 243.3,271.32 243.3,262.97"];
"rs-mysql-db" [height=0.5,
pos="569.3,306",
width=4.5315];
payment [height=0.5,
pos="792.3,306",
width=1.1555];
shipping [height=0.5,
pos="893.3,306",
width=1.1374];
}