Versae 的 Neo4j python REST 客户端和图形算法访问

发布于 2024-12-12 05:46:49 字数 315 浏览 0 评论 0原文

我正在使用 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

一抹淡然 2024-12-19 05:46:49

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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文