Details
-
New Feature
-
Status: To Do
-
Minor
-
Resolution: Unresolved
-
None
-
None
-
None
-
None
Description
In our practice, s2graph is lightweight but powerful, especially compared with Titan.
We definitely benifit much from s2graph, which helps us managing hundreds of billions edges.
However, s2graph is lack of graph visualization function, which is a common demand in our scene.
We compared serveral solutions, such as develop Gephi plugin, develop with NetworkX or JSNetworkX, develop with Sigma.js.
As we aimed to achieve these features:
- interactive graph visualization;
- browser-server mode rather than client-server mode;
- provide analysis function on subgraph, we decided to use Sigma.js with s2graph. Also we want to give back our work to community when we have finished.