Pathfinding with Neo4j Unmanaged Extensions by Max De Marzi.
From the post:
In Extending Neo4j I showed you how to create an unmanaged extension to warm up the node and relationship caches. Let’s try doing something more interesting like exposing the A* (A Star) search algorithm through the REST API. The graph we created earlier looks like this:
What would you want to add to Neo4j?