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

前端 未结 5 1022
一向
一向 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:33

    I would take a look at http://neo4j.org/ its open source which is beneficial in your case so you can customize it to your needs. The github account can be found here.

提交回复
热议问题