How to Execute .cypher file using Neo4j 3.1.4 (Not Through .zip File)

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

Answers (1)

Tom Geudens
Tom Geudens

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

Related Questions