Re: [Neo4j] Get All Nodes in Rest API

2010-12-01 Thread Peter Neubauer
Max, I think in the long run, people are going to switch between servers, especially if there is some kind of sharding scheme involved. Regarding the best way to express the deletion of nodes in REST, what is everyone's opinion? I personally like the deletion via the self String, what are the

Re: [Neo4j] Get All Nodes in Rest API

2010-12-01 Thread Javier de la Rosa
On Wed, Dec 1, 2010 at 03:29, Peter Neubauer peter.neuba...@neotechnology.com wrote: Is there a command to get all nodes from the Rest API? +1. I would also like to know this :) -- Javier de la Rosa http://versae.es ___ Neo4j mailing list

Re: [Neo4j] Get All Nodes in Rest API

2010-12-01 Thread Peter Neubauer
Hi there, Martin Chlupac already added this issue under https://trac.neo4j.org/ticket/249, so feel free to dig in and implement it. Otherwise, I hope we get to it in the next iteration. There are some implications with this since this method potentially may return a lot of data. But maybe that is