Hi,

I would like to implement a shortest path (e.g., Dijkstra, A*) in Neo4j. Are there any examples on how to do this using Spring Data? The examples I've found so far all don't use Spring Data.

Thanks,
Markus