Re: [Neo4j] Djikstra with Cost Cypher Implementation?

2016-09-19 Thread 'Michael Hunger' via Neo4j
Glad it helped :) On Mon, Sep 19, 2016 at 11:59 PM, Ben Campbell wrote: > Hi Michael, > > This looks just the ticket. Having a look through the documentation it > seems to solve a lot of my Neo4j Cypher woes, wish I had heard of it > earlier. > > Cheers, > > Ben > > > >

Re: [Neo4j] Djikstra with Cost Cypher Implementation?

2016-09-19 Thread Ben Campbell
Hi Michael, This looks just the ticket. Having a look through the documentation it seems to solve a lot of my Neo4j Cypher woes, wish I had heard of it earlier. Cheers, Ben On Friday, 16 September 2016 16:39:25 UTC+1, Michael Hunger wrote: > Hi Ben, > > it is exposed as user defined

Re: [Neo4j] Djikstra with Cost Cypher Implementation?

2016-09-16 Thread 'Michael Hunger' via Neo4j
Hi Ben, it is exposed as user defined procedure in the apoc library. You can find it here: https://neo4j-contrib.github.io/neo4j-apoc-procedures/#_graph_algorithms_work_in_progress Install Instructions (just download and drop the jar into NEO4J_HOME/plugins) are in the readme:

[Neo4j] Djikstra with Cost Cypher Implementation?

2016-09-16 Thread Ben Campbell
Anyone know when the Djikstra/A* with cost implementation is being implemented in cypher? It appears to have been accessible from the Web API for a long time, but no easy way to use it when using bolt? Is there a reliable workaround? I basically want to call shortestPath but specify a cost