Re: [Neo4j] neo4j REST GraphAlgo

2010-09-02 Thread Mattias Persson
I think it looks great, with maybe some modifications: /{node}/path and /{node}/paths (and skip the single attribute), instead of /{node}/pathfinder add tests for it (maybe you already have, but I've missed). How would you feel about those things? Anyways I'd love to see this merged into trunk!

Re: [Neo4j] neo4j REST GraphAlgo

2010-09-01 Thread Mattias Persson
Hi, I haven't forgotten about you... I just haven't had time to look at it yet. Definately this week though. So I'll let you know as soon as possible! Best, Mattias 2010/8/29 Peter Neubauer peter.neuba...@neotechnology.com Todd, Mattias is trying to get the time this weekend to look at it

Re: [Neo4j] neo4j REST GraphAlgo

2010-08-28 Thread Peter Neubauer
Todd, Mattias is trying to get the time this weekend to look at it more closely. As you mentioned, a generic way to hook more algos, maybe even Gremlin, onto the URL space of a node/relationship/property would be a good thing, but maybe it is ok to go with a graph-algo hardcoding for now and see

[Neo4j] neo4j REST GraphAlgo

2010-08-27 Thread Todd Chaffee
What are the next steps in moving towards getting the pathfinder GraphAlgo REST APIs as part of the regular distribution? ___ Neo4j mailing list User@lists.neo4j.org https://lists.neo4j.org/mailman/listinfo/user

Re: [Neo4j] neo4j REST GraphAlgo

2010-08-21 Thread Todd Chaffee
Peter, Thanks for taking a look at the code. I would love to see this moved to the REST api, at least for the time being until a more robust approach can be architected, for example one of the pluggable approaches you suggested. If you can get the go-ahead from the rest of the team then it

Re: [Neo4j] neo4j REST GraphAlgo

2010-08-21 Thread Todd Chaffee
Hi Mattias, Could you supply some test case which can trigger it? That ShortestPath algo has been tested and even deployed in production environments with correct behaviour. Yes, I'll try to reproduce this with a small bit of java code. You could also reproduce it immediately with any of

[Neo4j] neo4j REST GraphAlgo

2010-08-19 Thread Todd Chaffee
I've just checked-in a draft implementation of the REST API for GraphAlgoFactory into the laboratory. It currently supports the following: - algorithms shortestPath, allSimplePaths, and allPaths - relationship expanders - max depth (shortestPath seems to ignore this - there may be a bug in

Re: [Neo4j] neo4j REST GraphAlgo

2010-08-19 Thread Mattias Persson
That's nice, I'll definately try it out when I getthe time for it! 2010/8/19 Todd Chaffee t...@mikamai.com I've just checked-in a draft implementation of the REST API for GraphAlgoFactory into the laboratory. It currently supports the following: - algorithms shortestPath, allSimplePaths,