I started to learn Neo4j a few days ago.I'm using it to find best path and make some analyzes.The logic is a Person (id, name) can go to a Restaurant (id, name) via some Street (id, name). The connection between them have a cost. PS: All streets have...