fkling / JSNetworkX

Build, process and analyze graphs in JavaScript (port of NetworkX)
https://felix-kling.de/jsnetworkx/
Other
757 stars 185 forks source link

Load a graph (of 500k nodes) from a file? #81

Closed zHaytam closed 4 years ago

zHaytam commented 5 years ago

Hello,

Is there a way to load a graph from a file (of any type)? It seems weird to execute addNodeFrom on all these nodes no?

Also, can JSNetworkX handle this many nodes?

Thank you!

mvdandrieux commented 5 years ago

hi ! probably not, as I found this answer when I was looking into it too https://github.com/fkling/JSNetworkX/issues/12