neo4j-rest-client icon indicating copy to clipboard operation
neo4j-rest-client copied to clipboard

Access to built-in /paths algorithms?

Open victorcampos opened this issue 13 years ago • 1 comments

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?

victorcampos avatar Oct 26 '11 20:10 victorcampos

No, you are right. You are not missing anything, sadly they are not implemented yet. Thank you for reporting.

versae avatar Oct 27 '11 03:10 versae