Re: [Neo4j] TransportDublin Route Planner Github Project

2010-08-23 Thread Paddy
Hi, I think a better approach might be to take advantage of Hadoop MapReduce to precompute all routes by running the Dijkstra algorithm to find the best route for every possible combination. E.g the dataset uses 15000 bus stops nodes To find all routes at 9.00am on a monday for every stop, the Dij

Re: [Neo4j] Neo4j Java Rest Client

2010-08-23 Thread Jacob Hansson
As far as I know, there is currently no Java implementation of a client to the REST server available. Until there is one you can, however, talk to it through Java just like any other REST service using, for instance, the jersey REST client. It won't be as high-level as the EmbeddedGraphDatabase or

Re: [Neo4j] Neo4j Java Rest Client

2010-08-23 Thread Jacob Hansson
As far as I know, there is currently no Java implementation of a client to the REST server available. Until there is one you can, however, talk to it through Java just like any other REST service using, for instance, the jersey REST client. It won't be as high-level as the EmbeddedGraphDatabase or

Re: [Neo4j] REST put over writing old properties

2010-08-23 Thread Suhail Ahmed
Thank Mattias. On Mon, Aug 23, 2010 at 7:31 AM, Mattias Persson wrote: > Hi Suhail, > > this is expected behaviour. PUT semantics in general means "replace > any existing data with the data I'm sending over right now". So if > you'd like to add/set a property "foo" (and only "foo") please use: >

Re: [Neo4j] webadmin

2010-08-23 Thread Peter Neubauer
Stefan, Jacob fixed a bug in that code yesterday. I would suggest you build it from GIThub and try it out from there. Would that work for you? Cheers, /peter neubauer COO and Sales, Neo Technology GTalk:      neubauer.peter Skype       peter.neubauer Phone       +46 704 106975 LinkedIn   http:

[Neo4j] webadmin

2010-08-23 Thread Stefan Schrader
I downloaded neo4j-webadmin-0.0.1-SNAPSHOT.tar, extracted, installed and started it. Is there any tricky think to do to get the main navigation (Servers, Dashboard, Data, etc.)? Currently I only getSidebar with "More about lifecycle", "More about charts"..any suggestions what I can do?

[Neo4j] java.io.IOException when starting REST server on Ubuntu 10.04 32 bit

2010-08-23 Thread Todd Chaffee
I'm getting an error when starting up the REST server on an Ubuntu 10.04 32bit box. Output of uname -a Linux ubuntu-server-base-v01 2.6.32-24-generic #39-Ubuntu SMP Wed Jul 28 06:07:29 UTC 2010 i686 GNU/Linux I'm using the maven start script to run the REST server and here's the error I get:

[Neo4j] Neo4j Java Rest Client

2010-08-23 Thread Amir Hossein Jadidinejad
Hi, We have a graph database and a bunch of applications that use it (each application run a special graph algorithm on this database-a framework for a special graph).We want to provide a REST server and change the application's code in order to interact with the REST server instead of the same