Re: [Neo4j] Execute cypher query from shell on Linux

2014-08-02 Thread Nigel Small
Hi Alex You can install py2neo which contains neotool, a command line tool that should do exactly what you're looking for. If you have pip (python packager) installed, just run pip install py2neo and it will be downloaded and set up. Hope this helps Nigel On 2 Aug 2014 08:56, "Alex winter" wrot

Re: [Neo4j] Execute cypher query from shell on Linux

2014-08-02 Thread Michael Hunger
neo4j-shell -c "match ;" > file.out neo4j-shell -file import.cypher > file.out Sent from mobile device Am 02.08.2014 um 08:56 schrieb Alex winter : > Hi > I installed database on Linux server via ssh. > I have a list query and I want to test the performance. > I can run the query from neo4j

[Neo4j] Execute cypher query from shell on Linux

2014-08-01 Thread Alex winter
Hi I installed database on Linux server via ssh. I have a list query and I want to test the performance. I can run the query from neo4j shell. But I want to write the result (time of running query )to text file because I have many query+want to compare it later. -- You received this message bec