2011/3/29 PALASH JHABAK <[email protected]>

> Hi,
>
> I am totally new to the Neo4j graph database. I am using embedded Neo4j
> with
> Python. I have learned to make graphs using the Neorj-python API. Next I
> wish to calculate, in the big graph, things like Shortest path between
> nodes, if any, list of all paths between them etc. I was wondering if there
> is an API similar to the REST api which I could in python for embedded
> Neo4j
> to calculate above and other similar things.
>

Hi Palash,

There's a new Neo4j python binding at the works and I don't know if any
graph algorithm stuff will be included natively in there... but things like
shortest path is written in java and exists in the graph-algo
component<http://components.neo4j.org/neo4j-graph-algo/milestone/>(included
with the neo4j
distribution <http://neo4j.org/download>). Some of its functionality
(shortest path, all paths, all simple paths, dijkstra) is exposed via the REST
API <http://components.neo4j.org/neo4j-server/milestone/rest.html> also.
These things could also be exposed in the python bindings, but if that
wouldn't be the case you can use java libraries from within Jython
seamlessly as a solution, right?

>
> Kindly help.
>
> Thanks and Regards,
> Palash Jhabak
> Junior Undergraduate,
> Department. of Electrical Engineering
> IIT Bombay
> +91-9930490752
> [email protected]
> sms palashjhabak to 56070
> _______________________________________________
> Neo4j mailing list
> [email protected]
> https://lists.neo4j.org/mailman/listinfo/user
>



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

Reply via email to