issues
search
toblich
/
nosy-cat
Final college project: Anomaly & root-cause detection on distributed systems
BSD 3-Clause "New" or "Revised" License
1
stars
0
forks
source link
Add graph visualization
#51
Closed
jmoguilevsky
closed
4 years ago
jmoguilevsky
commented
4 years ago
This PR adds a simple ui to visualize the network graph:
The ui is built with react using Create react app
The app uses react-graph-vis to render the graph
The graph is updated using socket io connected to the graph server
This PR adds a simple ui to visualize the network graph: