Gephi - The Open Graph Viz Platform
-
Updated
Aug 16, 2021 - Java
Add a vineyard.init method which will launch the vineyardd server, according to configs that exist in the env, e.g., VINEYARD_ETCD_ENDPOINT, or ~/.vineyard.cfg.
Add any other context about the problem here.
Add a description, image, and links to the graph-analytics topic page so that developers can more easily learn about it.
To associate your repository with the graph-analytics topic, visit your repo's landing page and select "manage topics."
I have a
ghgraph on 37700 vertices and 289003 edges.Calculation of its diameter like this:
takes around 250 seconds (probably this is not an optimal algorithm for the task but at least it works).
However, when I run
diameter(gh)the process takes so long that I did not wait till it finished.