-
Notifications
You must be signed in to change notification settings - Fork 111
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
architecture file format extended to include container level information. All output json graph files regenerated.
- Loading branch information
Showing
62 changed files
with
421,433 additions
and
423,430 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,16 @@ | ||
{ | ||
"arch":"test", | ||
"version":"arch-0.0", | ||
"args":"[spigo -j -d=0 -a netflixoss]", | ||
"description":"test structure", | ||
"victim":"homepage-node", | ||
"date":"2015-04-26T23:52:45.959905585+12:00", | ||
"arch":"testContainer", | ||
"version":"arch-0.1", | ||
"args":"[spigo -j -d=0 -a testContainer]", | ||
"victim":"homepage", | ||
"date":"2015-04-26T23:52:45.959905585+12:00", | ||
"services":[ | ||
{ "name":"mysql", "package":"store", "regions":1, "count":2, "dependencies":[] }, | ||
{ "name":"homepage-node", "package":"karyon", "regions":1, "count":9, "dependencies":["mysql"] }, | ||
{ "name":"signup-node", "package":"karyon", "regions":1, "count":3, "dependencies":["mysql"] }, | ||
{ "name":"www-proxy", "package":"zuul", "regions":1, "count":3, "dependencies":["signup-node", "homepage-node"] }, | ||
{ "name":"www-elb", "package":"elb", "regions":1, "count":0, "dependencies":["www-proxy"] }, | ||
{ "name":"www", "package":"denominator", "regions":0, "count":0, "dependencies":["www-elb"] } | ||
{ "name":"mysql", "package":"store", "regions":1, "count":2, "dependencies":["mysql"] }, | ||
{ "name":"homepage", "machine":"ecs:4", "container":"adrianco/homepage-node", "package":"karyon", "regions":1, "count":9, "dependencies":["mysql"] }, | ||
{ "name":"signup", "package":"karyon", "machine":"ecs:1", "container":"adrianco/signup-node", "process":"signup-node", "regions":1, "count":3, "dependencies":["mysql"] }, | ||
{ "name":"signup-waf", "package":"karyon", "machine":"ecs:1", "container":"adrianco/signup-node", "process":"waf", "regions":1, "count":3, "dependencies":["signup"] }, | ||
{ "name":"www-proxy", "package":"zuul", "regions":1, "count":3, "dependencies":["signup-waf", "homepage"] }, | ||
{ "name":"www-elb", "package":"elb", "regions":1, "count":0, "dependencies":["www-proxy"] }, | ||
{ "name":"www", "package":"denominator", "regions":0, "count":0, "dependencies":["www-elb"] } | ||
] | ||
} |
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
Oops, something went wrong.