We have 2-column spreadsheet of all company servers that talk to one other daily:
Server,Client
sql1,web1
sql1,web2
sql2,web2
sql2,sql1
sql2,web3
web2,app1
I tried plotting this using force-directed graph, but the number of servers & connections is so high that it is a mess of overlapping lines when displayed.
I'd like a spread-out & static graph, that is also search-able (highlights a server and its connections when searched).
I'm looking for graph similar to this - https://linkedjazz.org/network/?mode=wave
What D3 graph type should I use ?