How to find shortest path in neo4j with property filters but without GDS?
I want to find a shortest path in neo4j between a start and end node. The graph is weighted with properties “costs” and “transit_time”.
I want to find a shortest path in neo4j between a start and end node. The graph is weighted with properties “costs” and “transit_time”.