What's the fastest force-directed network graph engine for large data sets?

前端 未结 5 1001
一向
一向 2020-12-25 15:17

We currently have a dynamically updated network graph with around 1,500 nodes and 2,000 edges. It\'s ever-growing. Our current layout en

5条回答
  •  隐瞒了意图╮
    2020-12-25 15:42

    The Gephi Toolkit might be what you need: some layouts are very fast yet with a good quality: http://gephi.org/toolkit/

    30 secondes to 2 minutes are enough to layout such a graph, depending on your machine. You can use the ForAtlas layout, or the Yifan Hu Multilevel layout.

    For very large graphs (+50K nodes and 500K links), the OpenOrd layout wil

提交回复
热议问题