Reputation: 55
I'm new to Neo4j and I have imported data from csv files using the browser console. I've downloaded Neo4j and went through the installation not using the .zip file which contains many tools such as neo4j-shell.bat and neo4j-admin.bat.
How can I execute multiple queries which I've made into .cypher file? I can't seem to find the answer.
Upvotes: 3
Views: 5283
Reputation: 2656
I believe cypher-shell.bat is part of the Windows CE EXE installation. You can run cypher scripts with that.
Check https://neo4j.com/docs/operations-manual/current/tools/cypher-shell/ for more details.
Hope this helps, Tom
Upvotes: 3