Skip to content

Instantly share code, notes, and snippets.

@luque
Last active March 30, 2020 06:52
Show Gist options
  • Save luque/fc5eda1ff50ab02959de918dd0422557 to your computer and use it in GitHub Desktop.
Save luque/fc5eda1ff50ab02959de918dd0422557 to your computer and use it in GitHub Desktop.
{ "elements" : [ { "tag" : "Element" }, { "tag" : "Software System", "background" : "#1168bd", "color" : "#ffffff" }, { "tag" : "Container", "background" : "#438dd5", "color" : "#ffffff" }, { "tag" : "Component", "background" : "#85bbf0", "color" : "#000000" }, { "tag" : "Person", "background" : "#08427b", "color" : "#ffffff", "fontSize" : 22, "shape" : "Person" }, { "tag" : "Existing System", "background" : "#999999", "color" : "#ffffff" }, { "tag" : "Bank Staff", "background" : "#999999", "color" : "#ffffff" }, { "tag" : "Web Browser", "shape" : "WebBrowser" }, { "tag" : "Mobile App", "shape" : "MobileDeviceLandscape" }, { "tag" : "Database", "shape" : "Cylinder" }, { "tag" : "Failover", "opacity" : 25 }, { "tag" : "Message Bus", "width" : 800, "shape" : "Pipe" }, { "tag" : "Microservice", "shape" : "Hexagon" } ], "relationships" : [ { "tag" : "Failover", "position" : 70, "opacity" : 25 }, { "tag" : "Element", "color" : "#000000" }, { "tag" : "Person", "background" : "#ffbf00", "shape" : "Person" }, { "tag" : "Container", "background" : "#facc2e" }, { "tag" : "Message Bus", "width" : 250, "shape" : "Pipe" }, { "tag" : "Microservice", "shape" : "Hexagon" }, { "tag" : "Database", "background" : "#f5da81", "shape" : "Cylinder" } ], "relationships" : [ { "tag" : "Relationship", "routing" : "Orthogonal" }, { "tag" : "Asynchronous", "dashed" : true }, { "tag" : "Synchronous", "dashed" : false }] }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment