How to visualize a neo4j graph

我只是一个虾纸丫 提交于 2019-12-18 17:03:02

问题


I want to visualize a neo4j embedded graph within my JAVA application. I have read the Max De Marzi's Graph Visualization Blog but I could not find anything in JAVA but only ruby and C++

May you help me to find a guide to install something easy to visualize my graph? I need just to see nodes and relationships.

P.S. I do not want to use external programs. As a result I do not like: linkurio neoclipse webadmin gephi etc.


回答1:


What do you mean by visualize in Java application?

If you wish to display it, well there are a lot of options. Have you checked this:http://www.neo4j.org/develop/visualize out?




回答2:


There are various options to visualize graph data from Neo4j :

  • D3.js, Sigma.js, Keylines : javascript libraries for graph visualization
  • Gephi : open-source solution for graph visualization. It has a plugin to easily import Neo4j databases
  • Linkurious : a solution to search, explore and visualize graph data from Neo4j
  • Neoclipse : a tool to view, edit and explore Neo4j databases
  • Neovigator : a tool to visually explore graphs
  • Neo4j's webadmin : already installed with Neo4j

Here is a table that sum this up and explain the differences : http://linkurio.us/comparative-study/

I also suggest reading Max de Marzi's blog, he is an expert on visualization and Neo4j : http://maxdemarzi.com/

Good luck exploring your data!

Disclaimer : I'm a co-founder of Linkurious



来源:https://stackoverflow.com/questions/17932256/how-to-visualize-a-neo4j-graph

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!