I have been looking at graph databases as a means of solving some pathfinding problems. Until recently I have been able to solve these problems in small implementations like NetworkX.
As the scale of the problem is growing, I need a more powerful so...