Best Open Source Visualization Software for Neo4J?

后端 未结 3 1653
一个人的身影
一个人的身影 2021-02-13 04:49

What is the best Open Source visualization software for Neo4J? By best, I mean: * Fully featured * Open Source * Still being developed/supported for latest Neo4J stable release

相关标签:
3条回答
  • 2021-02-13 04:59

    VivaGraphJS is one available choice. Max De Marzi frequently blogs about visualizing the graphs so see if you can find others.

    0 讨论(0)
  • 2021-02-13 05:15

    There are a few open-source visualization software for Neo4j. I recommend :

    • Gephi : it allows visualization and SNA. It has a great community (https://gephi.org)
    • Cytoscape : it is mostly used for bioinformatics but it is a great platform to work with graph data (http://www.cytoscape.org/)

    There are less featured alternatives :

    • Neovigator : a tool to visually explore graphs (https://github.com/maxdemarzi/neovigator)
    • Neoclipse : you can view and edit your data (https://github.com/neo4j-contrib/neoclipse)
    • D3.js : a data visualization library
    • Sigma.js, VivaGraphJS : graph visualization libraries, both compatible with WebGL

    The Neo4j website mentions some of the options : http://www.neo4j.org/develop/visualize

    0 讨论(0)
  • 2021-02-13 05:17

    Also take a look at Mashed Datatoes, a bar chart, pie chart like visualization for Neo4j database.

    It uses Movie database for demo. Try selecting "Person" as start label name.

    0 讨论(0)
提交回复
热议问题