Graph visualization frameworks

前端 未结 2 2004
轮回少年
轮回少年 2021-01-17 08:42

I want to visualize a Neo4j database in a graphical application. (I\'m doing this primarily as a learning exercise).

I want it to behave almost identically to the v

2条回答
  •  抹茶落季
    2021-01-17 08:53

    The best one I've found is Keylines, but its not cheap. Gephi is OK, but the last time I looked it did not support Neo4j 2.0

    If your a programmer Neo4j is open source, so you can fork the repository on Git and use that (you will have to check the licencing model before you commercialise any product though)

提交回复
热议问题