Skip to content

Instantly share code, notes, and snippets.

@carloschulo
Created February 25, 2018 17:33
Show Gist options
  • Save carloschulo/d07ace7dbb7fe0958b7ef6f1b60e70b6 to your computer and use it in GitHub Desktop.
Save carloschulo/d07ace7dbb7fe0958b7ef6f1b60e70b6 to your computer and use it in GitHub Desktop.
{
"nodes":
[
{"name":"Client 1", "group":1},
{"name":"Loadbalancer 1", "group":2},
{"name":"Webserver 1", "group":3},
{"name":"Webserver 2", "group":3}
],
"links":
[
{"source":0, "target":1, "value":1},
{"source":1, "target":2, "value":1},
{"source":1, "target":3, "value":1}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment