-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated jtg to use styles, updated util to draw LR
- Loading branch information
Showing
10 changed files
with
55 additions
and
50 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,51 +1,52 @@ | ||
digraph G { | ||
compound=true; | ||
rankdir="LR" | ||
subgraph cluster1 { | ||
label="High Level Architecture"; | ||
color="Black"; | ||
node16 [label="DHL" shape="box", margin="0.1", color="Grey"]; | ||
node16 [label="DHL" shape="box", margin="0.1", color="Grey", fontsize="13", fontname="Helvetica"]; | ||
subgraph cluster2 { | ||
label="AWS"; | ||
color="Coral1"; | ||
subgraph cluster3 { | ||
label="FE VPC"; | ||
color="Coral1"; | ||
node4 [label="Nginx" shape="box", margin="0.1", color="Grey"]; | ||
node4 [label="Nginx" shape="box", margin="0.1", color="Grey", fontsize="13", fontname="Helvetica"]; | ||
} | ||
subgraph cluster11 { | ||
label="Backend VPC"; | ||
color="Coral1"; | ||
node12 [label="Ordering" shape="box", margin="0.1", color="Grey"]; | ||
node12 [label="Ordering" shape="box", margin="0.1", color="Grey", fontsize="13", fontname="Helvetica"]; | ||
} | ||
} | ||
subgraph cluster5 { | ||
label="Internet"; | ||
color="Coral1"; | ||
node6 [label="client" shape="box", margin="0.1", color="Grey"]; | ||
node6 [label="client" shape="box", margin="0.1", color="Grey", fontsize="13", fontname="Helvetica"]; | ||
} | ||
subgraph cluster7 { | ||
label="OCI"; | ||
color="Coral1"; | ||
node8 [label="Database" shape="box", margin="0.1", color="Grey"]; | ||
node8 [label="Database" shape="box", margin="0.1", color="Grey", fontsize="13", fontname="Helvetica"]; | ||
} | ||
subgraph cluster9 { | ||
label="Google Cloud"; | ||
color="Coral1"; | ||
node10 [label="GoogleOauth" shape="box", margin="0.1", color="Grey"]; | ||
node10 [label="GoogleOauth" shape="box", margin="0.1", color="Grey", fontsize="13", fontname="Helvetica"]; | ||
} | ||
subgraph cluster13 { | ||
label="Warehouse Systems"; | ||
color="Coral1"; | ||
node14 [label="Warehouse" shape="box", margin="0.1", color="Grey"]; | ||
node15 [label="Shipping" shape="box", margin="0.1", color="Grey"]; | ||
node14 [label="Warehouse" shape="box", margin="0.1", color="Grey", fontsize="13", fontname="Helvetica"]; | ||
node15 [label="Shipping" shape="box", margin="0.1", color="Grey", fontsize="13", fontname="Helvetica"]; | ||
} | ||
} | ||
node6->node4 [label="" dir=both, fontsize="10", penwidth="2", arrowsize="0.8"]; | ||
node4->node8 [label="" dir=both, fontsize="10", penwidth="2", arrowsize="0.8"]; | ||
node6->node10 [label="" dir=both, fontsize="10", penwidth="2", arrowsize="0.8"]; | ||
node4->node12 [label="" fontsize="10", penwidth="1", arrowsize="0.8"]; | ||
node12->node14 [label="" fontsize="10", penwidth="1", arrowsize="0.8"]; | ||
node14->node8 [label="" dir=both, fontsize="10", penwidth="2", arrowsize="0.8"]; | ||
node14->node15 [label="" fontsize="10", penwidth="1", arrowsize="0.8"]; | ||
node15->node16 [label="" fontsize="10", penwidth="1", arrowsize="0.8"]; | ||
node6->node4 [label="" dir=both, fontsize="10", penwidth="2.4", arrowsize="0.8"]; | ||
node4->node8 [label="" dir=both, fontsize="10", penwidth="2.4", arrowsize="0.8"]; | ||
node6->node10 [label="" dir=both, fontsize="10", penwidth="2.4", arrowsize="0.8"]; | ||
node4->node12 [label="" fontsize="10", penwidth="1.2", arrowsize="0.8"]; | ||
node12->node14 [label="" fontsize="10", penwidth="1.2", arrowsize="0.8"]; | ||
node14->node8 [label="" dir=both, fontsize="10", penwidth="2.4", arrowsize="0.8"]; | ||
node14->node15 [label="" fontsize="10", penwidth="1.2", arrowsize="0.8"]; | ||
node15->node16 [label="" fontsize="10", penwidth="1.2", arrowsize="0.8"]; | ||
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,45 +1,46 @@ | ||
digraph G { | ||
compound=true; | ||
rankdir="LR" | ||
subgraph cluster1 { | ||
label="User buys book"; | ||
color="Black"; | ||
node14 [label="DHL" shape="box", margin="0.1", color="Grey"]; | ||
node14 [label="DHL" shape="box", margin="0.1", color="Grey", fontsize="13", fontname="Helvetica"]; | ||
subgraph cluster2 { | ||
label="AWS"; | ||
color="Coral1"; | ||
subgraph cluster3 { | ||
label="FE VPC"; | ||
color="Coral1"; | ||
node4 [label="Nginx" shape="box", margin="0.1", color="Grey"]; | ||
node4 [label="Nginx" shape="box", margin="0.1", color="Grey", fontsize="13", fontname="Helvetica"]; | ||
} | ||
subgraph cluster7 { | ||
label="Backend VPC"; | ||
color="Coral1"; | ||
node8 [label="Ordering" shape="box", margin="0.1", color="Grey"]; | ||
node8 [label="Ordering" shape="box", margin="0.1", color="Grey", fontsize="13", fontname="Helvetica"]; | ||
} | ||
} | ||
subgraph cluster5 { | ||
label="Internet"; | ||
color="Coral1"; | ||
node6 [label="client" shape="box", margin="0.1", color="Grey"]; | ||
node6 [label="client" shape="box", margin="0.1", color="Grey", fontsize="13", fontname="Helvetica"]; | ||
} | ||
subgraph cluster9 { | ||
label="Warehouse Systems"; | ||
color="Coral1"; | ||
node10 [label="Warehouse" shape="box", margin="0.1", color="Grey"]; | ||
node13 [label="Shipping" shape="box", margin="0.1", color="Grey"]; | ||
node10 [label="Warehouse" shape="box", margin="0.1", color="Grey", fontsize="13", fontname="Helvetica"]; | ||
node13 [label="Shipping" shape="box", margin="0.1", color="Grey", fontsize="13", fontname="Helvetica"]; | ||
} | ||
subgraph cluster11 { | ||
label="OCI"; | ||
color="Coral1"; | ||
node12 [label="Database" shape="box", margin="0.1", color="Grey"]; | ||
node12 [label="Database" shape="box", margin="0.1", color="Grey", fontsize="13", fontname="Helvetica"]; | ||
} | ||
} | ||
node6->node4 [label="1." fontsize="14",penwidth="1.2",arrowsize="0.8"]; | ||
node4->node8 [label="2." fontsize="14",penwidth="1.2",arrowsize="0.8"]; | ||
node8->node10 [label="3." fontsize="14",penwidth="1.2",arrowsize="0.8"]; | ||
node10->node12 [label="4." fontsize="14",penwidth="1.2",arrowsize="0.8"]; | ||
node12->node10 [label="5." fontsize="14",penwidth="1.2",arrowsize="0.8"]; | ||
node10->node13 [label="6." fontsize="14",penwidth="1.2",arrowsize="0.8"]; | ||
node13->node14 [label="7." fontsize="14",penwidth="1.2",arrowsize="0.8"]; | ||
node6->node4 [label="1." fontsize="13", penwidth="1.2", arrowsize="0.8", fontname="Helvetica"]; | ||
node4->node8 [label="2." fontsize="13", penwidth="1.2", arrowsize="0.8", fontname="Helvetica"]; | ||
node8->node10 [label="3." fontsize="13", penwidth="1.2", arrowsize="0.8", fontname="Helvetica"]; | ||
node10->node12 [label="4." fontsize="13", penwidth="1.2", arrowsize="0.8", fontname="Helvetica"]; | ||
node12->node10 [label="5." fontsize="13", penwidth="1.2", arrowsize="0.8", fontname="Helvetica"]; | ||
node10->node13 [label="6." fontsize="13", penwidth="1.2", arrowsize="0.8", fontname="Helvetica"]; | ||
node13->node14 [label="7." fontsize="13", penwidth="1.2", arrowsize="0.8", fontname="Helvetica"]; | ||
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters