eclipse 如何可视化neo4j图

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/17932256/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-09-19 20:58:36  来源:igfitidea点击:

How to visualize a neo4j graph

javaeclipseuser-interfaceneo4jjapplet

提问by QGA

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++

我想在我的 JAVA 应用程序中可视化一个 Neo4j 嵌入式图形。我已经阅读了 Max De Marzi 的 Graph Visualization Blog,但我在 JAVA 中找不到任何东西,只有 ruby​​ 和 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.

PS我不想使用外部程序。因此我不喜欢:linkurio neoclipse webadmin gephi 等。

回答by jvilledieu

There are various options to visualize graph data from Neo4j :

有多种选项可以可视化来自 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
  • D3.jsSigma.jsKeylines:用于图形可视化的 javascript 库
  • Gephi:图形可视化的开源解决方案。它有一个插件可以轻松导入 Neo4j 数据库
  • Linkurious:一种从 Neo4j 搜索、探索和可视化图形数据的解决方案
  • Neoclipse:查看、编辑和探索 Neo4j 数据库的工具
  • Neovigator:一种可视化探索图形的工具
  • Neo4j 的 webadmin : 已经安装了 Neo4j

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

这是一个总结并解释差异的表格: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/

我还建议阅读 Max de Marzi 的博客,他是可视化和 Neo4j 方面的专家:http: //maxdemarzi.com/

Good luck exploring your data!

祝您探索数据好运!

Disclaimer : I'm a co-founder of Linkurious

免责声明:我是 Linkurious 的联合创始人