In general you will find it to be VERY slow. I would suggest going through cypher, it is much faster.
What is your use case? On Tue, May 13, 2014 at 11:07 AM, Sotiris Beis <[email protected]> wrote: > Hi, > I am trying to get more familiar with the java-rest-binding ( > https://github.com/neo4j/java-rest-binding). My main question is what > operations of the GraphDatabaseService supports. For example I read > here<http://stackoverflow.com/questions/16058644/unsupportedoperationexception-when-retreiving-all-nodes-with-globalgraphoperatio> > tha > GlobalGraphOperation are not supported, but the > tests<https://github.com/neo4j/java-rest-binding/blob/2.0-labels-and-indexes/src/test/java/org/neo4j/rest/graphdb/RestTestBase.java> > use > them. I have the final release (2.0.1). In adittion to this I would like to > know if there is a significant defference between GraphDatabaseService > gds = new RestGraphDatabase("http://localhost:7474/db/data"); and RestAPI > restAPI = new RestAPIFacade("http://localhost:7474/db/data",username); or > it's the same way to connect to the neo4j server. > > Thanks in advance, > Sotiris > > -- > You received this message because you are subscribed to the Google Groups > "Neo4j" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- Alexander Frieden -- You received this message because you are subscribed to the Google Groups "Neo4j" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
