Re: [Neo4j] Neo4jRestNet

2011-10-02 Thread Tatham Oddie
I was just looking for version info last week. Can we rely on it being in .. format? This would let the clients do things like throw a NotSupportedException if version is < 1.4 (for a feature introduced in 1.4). -- Tatham -Original Message- From: user-boun...@lists.neo4j.org [mailto:

Re: [Neo4j] C# REST binding / wrapper

2011-10-02 Thread Tatham Oddie
Thanks for the mention Peter. Bill - we're currently building a mission critical system using ASP.NET MVC + Neo4j. We are developing the Neo4jClient as we go, adding features as we need them. So far this covers: * all the CRUD operations * most of the Gremlin operations via a nice fluent int

Re: [Neo4j] Using Cypher with WrappingNeoServerBootstrapper

2011-10-02 Thread Jim Webber
Hello, If you're using server, then the startup scripts are the easiest way. In the directory where you downloaded the server just type: bin/neo4j start (unix, mac) bin/neo4j.bat start (windows) The cypher plugin ships by default with the server. No point starting the server programmatically w

[Neo4j] Using Cypher with WrappingNeoServerBootstrapper

2011-10-02 Thread Demian Calcaprina
I am new with Neo4j, and I am using the rest API. I managed to use many of the APIs, but I followed Cypher plugin API (http://docs.neo4j.org/chunked/1.4.1/cypher-plugin.html), and I get an error in server: "No such ServerPlugin: CypherPlugin". I am starting the server like this: srv = new WrappingN

Re: [Neo4j] Problem with lucene indexing

2011-10-02 Thread Andrew
Yes, when I run the app. using maven it works fine. Problem only when running junit. After fixing the classpath the prob. is gone. Cheers! Sent from my iPhone On Oct 2, 2011, at 1:22 PM, Mattias Persson wrote: > Definitely sounds like a classpath issue > > 2011/10/1 Rick Bullotta > >> Cla

Re: [Neo4j] REST Performance

2011-10-02 Thread Jacob Hansson
On Sun, Oct 2, 2011 at 10:36 PM, Mattias Persson wrote: > 2011/10/2 Jacob Hansson > > > Hey Christian, > > > > we don't have any proper benchmarks for the server currently, but it is, > > unfortunately, still quite a bit slower than the core embedded database. > > > > There are a few things you c

Re: [Neo4j] REST Performance

2011-10-02 Thread Mattias Persson
2011/10/2 Jacob Hansson > Hey Christian, > > we don't have any proper benchmarks for the server currently, but it is, > unfortunately, still quite a bit slower than the core embedded database. > > There are a few things you can do to get a faster experience: > > - Use persistent HTTP connection

Re: [Neo4j] REST Performance

2011-10-02 Thread Jacob Hansson
Hey Christian, we don't have any proper benchmarks for the server currently, but it is, unfortunately, still quite a bit slower than the core embedded database. There are a few things you can do to get a faster experience: - Use persistent HTTP connections - Use HTTP pipelining (this has,

Re: [Neo4j] Problem with lucene indexing

2011-10-02 Thread Mattias Persson
Definitely sounds like a classpath issue 2011/10/1 Rick Bullotta > Classpath? > > -Original Message- > From: user-boun...@lists.neo4j.org [mailto:user-boun...@lists.neo4j.org] > On Behalf Of andrew ton > Sent: Saturday, October 01, 2011 5:27 AM > To: Neo4j_user > Subject: [Neo4j] Problem

Re: [Neo4j] Neo4jRestNet

2011-10-02 Thread Peter Neubauer
Also, The issue Josh raised has resulted in neo4j version info at /db/data so you can keep the bindings stable, see http://docs.neo4j.org/chunked/snapshot/rest-api-service-root.html(neo4j_version) Is that helpful? /peter Sent from my phone. On Oct 2, 2011 9:04 PM, "Jim Webber" wrote: > Hi Micha

Re: [Neo4j] Neo4jRestNet

2011-10-02 Thread Jim Webber
Hi Michael, Just so you know: we modified the REST index API in the latest snapshot, and the modified API will be in the forthcoming GA release. See: http://docs.neo4j.org/chunked/snapshot/rest-api-indexes.html#rest-api-create-node-index ***Same applies to all you other folks writing REST API

[Neo4j] Neo4jRestNet

2011-10-02 Thread KanTube
I have uploaded my .Net REST client to GitHub. It supports all REST commands and Gremlin. This client makes use of several helper classes that help to reduce the proliferation of strings values (property names, relationship names etc…) throughout your code. The Gremlin class is also capable of r

Re: [Neo4j] REST Performance

2011-10-02 Thread jadell
Christian, Here are some benchmarks from a few weeks ago that I did comparing batch operations to single operations using a PHP client over REST. Don't know if they help at all, but maybe get you started? http://neo4j.org/forums/#nabble-td3282984 There is another set at the bottom of that threa

Re: [Neo4j] indexquery 12times faster than cypher

2011-10-02 Thread Andres Taylor
And now it's ready. If you are using SNAPSHOT, please update your dependencies, and check it out. http://docs.neo4j.org/chunked/snapshot/query-start.html#start-relationship-by-index-lookup Thanks again for providing feedback. It's much more fun coding when I know someone is using it. Andrés On

Re: [Neo4j] Neo4J Backup / Security

2011-10-02 Thread Chris Gioran
Hi. Check for answers inline > I am currently evaluating Neo4J and browsing the docs (particularly > http://docs.neo4j.org/chunked/milestone/operations-backup.html). I couldn't > find anwers to the following questions: > 1) Let's assume I have a windows development machine and linux production

Re: [Neo4j] Neo4J Backup / Security

2011-10-02 Thread pk
No answers yet = No solutions to the problem? -- View this message in context: http://neo4j-community-discussions.438527.n3.nabble.com/Neo4J-Backup-Security-tp3376493p3387029.html Sent from the Neo4j Community Discussions mailing list archive at Nabble.com. ___

Re: [Neo4j] Release 1.2.3 - Multitenancy

2011-10-02 Thread Vivek Prahlad
Hi Peter, Yes, the multitenancy support only works via rails at the moment. It basically involves a few things: 1. The ability to change reference nodes for entities. If the reference node is set to a tenant (for example, a Customer or an Organization object instance), then two things happen: