Τη Τετάρτη, 14 Μαΐου 2014 10:11:43 π.μ. UTC+3, ο χρήστης Sotiris Beis έγραψε: > > I have a two threaded application. The first thread reads the data from a > crawler and creates the database while the second will conduct some > analysis to the graph. I haven't decided the queries yet. > > My code is in java so I can't go directly through cypher. I need either a > java binding or maybe it's better to use this > http://docs.neo4j.org/chunked/stable/server-java-rest-client-example.htmlinstead? > > Sotiris > > On 05/13/2014 06:35 PM, Alex Frieden wrote: > > 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 a topic in the > Google Groups "Neo4j" group. > To unsubscribe from this topic, visit > https://groups.google.com/d/topic/neo4j/OVB8xdshQJs/unsubscribe. > To unsubscribe from this group and all its topics, send an email to > [email protected]. > For more options, visit https://groups.google.com/d/optout. > > >
-- 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.
