[Neo4j] The "limit" for cypher query result

2017-12-04 Thread Liping Huang
Usually "limit" used to return the subset of the row the the graph as a example, the return row will be: *depth

Re: [Neo4j] Cannot run neo4j-shell from terminal (community edition 3.3.0 on mac)

2017-12-04 Thread 'Michael Hunger' via Neo4j
Hi Greg, What was the issue with neo4j-desktop? If you go to Terminal, and run bin/cypher-shell it should work, cypher-shell is the successor to neo4j-shell. You can still use neo4j-shell but you'll have to enable the server side in the Neo4j config. HTH Michael On Fri, Dec 1, 2017 at 7:17

Re: [Neo4j] Cannot run neo4j-shell from terminal (community edition 3.3.0 on mac)

2017-12-04 Thread Greg Asman
Michael, Thanks for your note. In all the tutorials I've seen, neo4j-shell is referenced, not cypher-shell. That said, I reinstalled Desktop and was able to get it working in the built-in terminal by entering ./bin/cypher-shell However, I'd much prefer to run Community Edition or something

[Neo4j] neo4j android

2017-12-04 Thread shenghu
i write neo4j java driver code based on tutorial and run it successfully in Eclipse, but i want to use neo4j in android studio, it failed, any one performed the similar project? -- You received this message because you are subscribed to the Google Groups "Neo4j" group. To unsubscribe from

[Neo4j] Cannot run neo4j-shell from terminal (community edition 3.3.0 on mac)

2017-12-04 Thread Greg Asman
Hello, I'm new to Neo4j and have been trying to follow some examples. Many reference loading CSV files using neo4j-shell. When I run it I get "No such file or directory". I'm not sure where it would be located. I've loaded the Community Edition v3.3.0 on a Mac. I've also tried Desktop

Re: [Neo4j] Cannot run neo4j-shell from terminal (community edition 3.3.0 on mac)

2017-12-04 Thread 'Michael Hunger' via Neo4j
What was the issue running cypher-shell from the zip? If you download this release: https://github.com/neo4j/cypher-shell/releases/tag/1.1.2 Unzip and run the shell script. You can also download and use the tar.gz version of Neo4j that you can fully control. On Mon, Dec 4, 2017 at 1:22 PM,

Re: [Neo4j] Cannot run neo4j-shell from terminal (community edition 3.3.0 on mac)

2017-12-04 Thread Greg Asman
I tried, but it came back with command not found or no such file or directory. Are there specific instructions for running it? On Monday, December 4, 2017 at 8:13:09 AM UTC-5, Michael Hunger wrote: > > What was the issue running cypher-shell from the zip? > > If you download this release: >