How can I execute a cypher query (from java) to neo4j's browser?

主宰稳场 提交于 2019-12-12 02:15:56

问题


I really need your help because I spend 2 days without finding a solution for this problem. Indeed, I've created an application in java which enables me to enter a cypher query and then execute it. But The result, if you notice, is a table, thing I don't like. I'd like to display the result of the query as a graph. The first thing I did is to to execute a query from neo4j browser, it works very well. However, I'm developping in Java, and I want to execute a query in Java and (somehow) take that query and execute it in neo4j browser in order to display a beautiful graph instead of ( a table in java console ).

Please help me. Thank you all.

来源:https://stackoverflow.com/questions/24409187/how-can-i-execute-a-cypher-query-from-java-to-neo4js-browser

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