问题标签 [pyorient]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票
1 回答
101 浏览

orientdb - 在 OrientDB 类中存储 LinkedSet 会导致无法序列化无效链接 #-1:-1

我正在尝试使用 python 客户端在 OrientDB 的顶点中插入一条记录。代码如下

在控制台中我看到了消息

这表明它已获得正确项目的链接并正在执行插入。

但是 record_create 失败,我在 OrientDB 服务器控制台中得到以下异常

如果有人能指出我在这里做错了什么,将不胜感激。

0 投票
1 回答
119 浏览

orientdb - OrientDB 查询适用于 Studio,但不适用于 PyOrient

这适用于 OrientDB Studio(eset是一个嵌入式集):

但不是当我使用 PyOrient 时:

显然它也发生在 Java 上:https ://community.orientdb.org/t/linkset-manipulation/171

有什么办法可以重写该查询以摆脱该||部分?我无法对文档做出正面或反面。

0 投票
1 回答
67 浏览

orientdb - 使用 pyorient 在 OrientDB 中存储二进制文件

我正在尝试在 OrientDB 中存储一个二进制文件。我正在使用pyorient。该文件可能很大(超过 50mb),除了将其十六进制存储为需要很长时间存储的字符串列表之外,我找不到其他方法。有没有一种方法可以让我以更优雅的方式完成并更快地完成?

0 投票
1 回答
54 浏览

python - pyorient 查询引发“ struct.error: required argument is not an integer”

我正在尝试使用 pyorient 在我的 OrientDB 数据库上进行简单的 SQL 查询。首先,我遇到了一个问题,pyorient 还不支持我当前使用的协议(38)。我用这个解决方案解决了它。现在,当我尝试进行类似data = client.query("SELECT FROM cars")这样的简单查询时会引发以下错误:错误截图 我在 orientDBstudio 中成功尝试了相同的查询。

知道我应该尝试或改变什么吗?非常感谢!

0 投票
1 回答
65 浏览

python - Orientdb python 列表数据库?

我正在使用 Python 获取超过 30 天的数据库列表。到目前为止,我已经能够从这里获取数据库列表。这是我的代码:-

如何调整代码以获取 30 天或更早的数据库列表?谢谢您的帮助。