-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
3aca0f4
commit a6dde46
Showing
2 changed files
with
20 additions
and
20 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,26 +1,26 @@ | ||
digraph dfd0 { | ||
|
||
perseo[shape=circle]; | ||
sms[label="SMS Gateway"] [shape=box]; | ||
smtp[label="SMTP Server"] [shape=box]; | ||
orion[label="Orion"] [shape=box]; | ||
oriondb[label="Orion DB"] [shape=box]; | ||
http[label="HTTP Server"] [shape=box]; | ||
portal[label="Portal"] [shape=box]; | ||
auth[label="Auth server"] [shape=box]; | ||
sms[label="SMS Gateway"] [shape=box]; | ||
smtp[label="SMTP Server"] [shape=box]; | ||
orion[label="Orion"] [shape=box]; | ||
oriondb[label="Orion DB"] [shape=box]; | ||
http[label="HTTP Server"] [shape=box]; | ||
portal[label="Portal"] [shape=box]; | ||
auth[label="Auth server"] [shape=box]; | ||
|
||
perseo -> sms [label="action"]; | ||
perseo -> smtp [label="action"]; | ||
perseo -> http [label="action"]; | ||
orion -> perseo [label="event"]; | ||
perseo -> orion [label="action"]; | ||
portal -> perseo [label="rules"]; | ||
perseo -> portal [label="rules"]; | ||
oriondb -> perseo [label="entity"]; | ||
perseo -> auth [label="trust token"]; | ||
auth -> perseo [label="access token"]; | ||
perseo -> sms [label="action"]; | ||
perseo -> smtp [label="action"]; | ||
perseo -> http [label="action"]; | ||
orion -> perseo [label="event"]; | ||
perseo -> orion [label="action"]; | ||
portal -> perseo [label="rules"]; | ||
perseo -> portal [label="rules"]; | ||
oriondb -> perseo [label="entity"]; | ||
perseo -> auth [label="trust"]; | ||
auth -> perseo [label="access token"]; | ||
|
||
{ rank=uno; sms smtp http } | ||
{ rank=two; orion oriondb portal } | ||
{ rank=uno; sms smtp http } | ||
{ rank=two; orion oriondb portal } | ||
|
||
} |
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