Re: [Neo4j] Neo4j embedded

2011-10-07 Thread Antriani Stylianou
Thanks again for the answer but my system is actually a benchmarking system! In other words I am trying to find out if there are performance difference between the 2 DBs not through an application. On 10/7/11 1:36 PM, Jim Webber wrote: > Hi Antriani, > >> Ok, but the REST API doesn't produce more

Re: [Neo4j] Neo4j embedded

2011-10-07 Thread Antriani Stylianou
atever) in your > system with Neo4j embedded, then do so and measure that. If you can't (e.g. > you're not on the JVM) then replace it with a sensible use of the REST API > and measure that. > > Jim > > On 7 Oct 2011, at 11:28, Antriani Stylianou wrote: > >>

Re: [Neo4j] Neo4j embedded

2011-10-07 Thread Antriani Stylianou
Ok,thanks! Do you have any suggestions as to what is the best way to use neo4j to benchmark it against a mysql database (with an "equal" in communication overhead manner)? On 10/7/11 12:23 PM, Jim Webber wrote: > Hi, > > When using Neo4j in embedded mode, communication with the database is via

Re: [Neo4j] Neo4J server - java

2011-06-17 Thread Antriani Stylianou
oved by batch functionality. > > Does your use case have a particular reason for which the REST > interface is not sufficient? > > cheers, > CG > > On Fri, Jun 17, 2011 at 7:00 PM, Antriani Stylianou > wrote: >> Hi, >> >> A startup question here! >&g

[Neo4j] Neo4J server - java

2011-06-17 Thread Antriani Stylianou
Hi, A startup question here! Can I connect from java to a neo4j server running the database without using the REST API or the Remote Server.? Something like : GraphDatabaseService graphDb = new EmbeddedGraphDatabase("localhost:7474/"); Thanks, A. _