Re: [Neo4j] EXTERNAL: Re: how to use neo4j in server mode w/o using HTTP/REST stuff?

2011-08-19 Thread Gautam Thaker
On 8/19/2011 4:19 AM, Jim Webber wrote: Hi Gautam, If you're writing a Java application, then use the Java APIs. If you need several instances of the application to see the same data then use Neo4j HA. That way your application exposes your API (your service interface). OK, i have read the

[Neo4j] is there a way to programmatically determine number of nodes and relationship in a datastore?

2011-08-18 Thread Gautam Thaker
Hi: I am somewhat new to neo4j. I wanted to track the number of nodes and relations in my datastore over time, and to do so from my own program (as opposed to from the webadmin gui that one reaches at http://localhost:7474.) Are there API calls that provide this information? Thanks. Gautam

[Neo4j] how to use neo4j in server mode w/o using HTTP/REST stuff?

2011-08-18 Thread Gautam Thaker
Hi: I want to create Java applications that will connect to a neo4j server. Some of these apps will be doing a lot of updates to the graph, and others will do lots of read/query/traversals, and some will do a mix of both. Highest performance that I can achieve are important to me. From reading