neo4j-rest-client
neo4j-rest-client copied to clipboard
Access to built-in /paths algorithms?
I didn't know if this is an issue or if I'm being dumb for not finding it, but: I'm trying to use neo4j's built-in graph algos like shortest path without creating a server extension.
The neo4j docs states that you can access some algorithms like shortest path right from "db/data/node/NODE_ID/paths" (docs article) but I can't find a way to access those using the Python API, is it really missing or am I missing it?
No, you are right. You are not missing anything, sadly they are not implemented yet. Thank you for reporting.