Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.
11-10-2018 07:33 AM
Hello
I was wondering if there was any alternative tools to using the web browser to query Neo4J and build Cypher queries with?
We had Chris visit a week or so ago and he mentioned a tool that the name unfortunately escapes me!
I've used the browser and command line tools for various tasks, but I am wondering if any native tools exist?
John
11-10-2018 03:15 PM
I've found the browser is fine for quick-testing some command line or syntax, but generally my tool of choice is as simple as using Visual Studio code as an IDE, and a command prompt to execute cypher shell to run the saved queries.
11-12-2018 10:29 AM
There's the cypher-shell command line app that comes with Neo4j.
If you're using Intellij for development you may also want to look at the graph database support plugin for Neo4j.
All the sessions of the conference are now available online