Alternative to Neoclipse [closed]

强颜欢笑 提交于 2020-01-13 02:16:19

问题


I am playing with neo4j to store some data with JAVA. I would like to have a good way to visualize my neo4j database and look through properties etc, mostly to have a feedback and understand what I put in my database.

I tried Neoclipse, but so far it is very buggy and often doesn't load the graph. Is there an alternative graph visualization program?


回答1:


The easiest thing to do is start the neo4j server and view your graph via the webAdmin: http://docs.neo4j.org/chunked/stable/tools-webadmin.html

Other options are the Gephi plugin for neo4j: https://gephi.org/plugins/neo4j-graph-database-support/ and there's a neo4j blog entry on GraphViz: http://blog.neo4j.org/2012/05/graph-this-rendering-your-graph-with.html




回答2:


There is a new solution to explore the content of a Neo4j graph database using a web browser called Linkurious.

It allows you to easily search and visualize nodes and edges.

You can see a few alternative solutions on the Neo4j website.

These alternatives include : - D3js : open-source library for visualization - Gephi : a open-source project on graph visualization - KeyLines : a JavaScript toolkit for visualizing networks

Disclaimer: I'm co-founder of Linkurious and Gephi.



来源:https://stackoverflow.com/questions/11205100/alternative-to-neoclipse

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