Skip to content

Instantly share code, notes, and snippets.

@adithyan-ak
Last active July 12, 2022 04:25
Show Gist options
  • Save adithyan-ak/e1ec82ff9fa54167305e6dfb392f47ff to your computer and use it in GitHub Desktop.
Save adithyan-ak/e1ec82ff9fa54167305e6dfb392f47ff to your computer and use it in GitHub Desktop.
{
"nodes": [{
"id": "ec2a",
"name": "Web Server",
"val": 1
},
{
"id": "ec2b",
"name": "Private API",
"val": 10
}
],
"links": [{
"source": "ec2a",
"target": "ec2b"
}]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment