Versae 的 Neo4j python REST 客户端和图形算法访问
我正在使用 versae 的 Neo4j Rest 客户端 访问 Neo4j 数据库,但我偶然发现了一个问题试图找出如何使用节点的路径算法。
在 neo4j 文档中,它说 URL *db/data/node/NODE_ID/paths* 中有内置的图形算法,但似乎Versae的API不允许访问这些算法,正如我在文档中读到的那样可以访问“扩展”,但不能访问默认的内置算法。
任何人都知道如何访问这些方法,而不必创建服务器扩展来重新实现它?
I'm using versae's neo4j rest client to access a neo4j DB but I stumbled upon a problem trying to figure out how to use the paths algorithms from a node.
In the neo4j documentation it says that there are built-in graph algos in the URL *db/data/node/NODE_ID/paths* but it seems like versae's API doesn't allow access to these algos, as I read in the docs it has access to "extensions" but not to the default built-in algos.
Anyone knows how to access these methods without having to create a server extension just to reimplement it?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
piva,
目前无法从 neo4jrestclient 访问 algos 工厂。但我认为现在是实施这一点的时候了。我希望在下周末之前发布具有此功能的新版本。
问候。
piva,
Currently there's no way to access to algos factory from the neo4jrestclient. But I think it's the time to implement this. I hope to release a new version with this feature before the end of the next week.
Regards.