There are some graph algos
exposed<http://components.neo4j.org/neo4j-server/0.6-SNAPSHOT/rest.html#Finding_paths_between_two_nodes>(which
I wrote), but the Dijkstra algo isn't available there... Either dig
in and extend it with Dijkstra support or write an extension as Jim
mentioned.

2011/1/24 Jim Webber <j...@neotechnology.com>

> Hi Michael,
>
> AFIAK, I don't think there's an OOB solution directly but it's quite easy
> to wire up a graph algo to the REST managed extensions.
>
> See: org.neo4j.server.plugins.GraphCloner for an example of such an algo
> and how it's implemented.
>
> Has anyone else hacked together a REST binding for the graph algos?
>
> Jim
>
> _______________________________________________
> Neo4j mailing list
> User@lists.neo4j.org
> https://lists.neo4j.org/mailman/listinfo/user
>



-- 
Mattias Persson, [matt...@neotechnology.com]
Hacker, Neo Technology
www.neotechnology.com
_______________________________________________
Neo4j mailing list
User@lists.neo4j.org
https://lists.neo4j.org/mailman/listinfo/user

Reply via email to