fkling / JSNetworkX

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

.gml parsing (AJAX) #7

Open milroc opened 11 years ago

milroc commented 11 years ago

After looking at the codebase, I haven't found this because well, it's probably not something someone really should do, meaning that they should really port it to some other representation.

But it might help those moving from NetworkX to JSNetworkX to easily adopt. It also helps those who are more dependent on Gephi for network science. This also could mean that JSNetworkX could potentially build a browser based version of Gephi should this project grow that way.

I thought I'd just begin the discussion.

fkling commented 11 years ago

Since NetworkX supports reading and writing gml, this is certainly something which will come (or contributed by someone). It just takes more time to port everything than I anticipated.

For future reference, a specification of GML can be found here.

And indeed, I plan to create a browser based graph analyzer, like Gephi. I already have a prototype and will see if I can put up an alpha version in the next one or two months.