Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Access to built-in /paths algorithms? #40

Open
victorcampos opened this issue Oct 26, 2011 · 1 comment
Open

Access to built-in /paths algorithms? #40

victorcampos opened this issue Oct 26, 2011 · 1 comment

Comments

@victorcampos
Copy link

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?

@versae
Copy link
Owner

versae commented Oct 27, 2011

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants