问题标签 [dgraph]
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.
graphql - 在 DGraph 中使用 GraphQL 列出所有传出边
我在 Dgraph 的分布式环境中进行了 freebase 转储。
我还有 450 万个节点地址,并且想要遍历这些节点的边缘。
我正在使用 GraphQL。您能否指出我如何(枚举?)越过边缘并到达相邻节点的正确方向?
注意:我不知道边缘类型。
graphql - GraphQL 是有效的 GraphQL+ 吗?
以下情况属实:
Dgraph 的 GraphQL+ 也可以这样说吗?
问的原因,我知道 GraphQL 不足以实现 Dgraph 的目标。但如果需要,它会处理 GraphQL 吗?
graph-databases - 一键安装 - Dgraph - Gru
我为面试安装了 dgraph gru
当我尝试创建测验或问题时出现以下错误
我尝试了不同版本的 dgraph 数据库。
是否有任何脚本或 docker 可以即时安装它。
graph-databases - 无法使用 TLS 启动 dgraph
我正在尝试启动启用了 TLS 的 dgraph 服务器,我的服务器配置文件定义如下:
一旦我启动 dgraphzero 和 dgraph,如果配置 tls.on 等于 true,则会显示以下输出:
我找不到导致错误打开的原因:没有这样的文件或目录,有人遇到过吗?我正在使用 MacOS 10.12.3 (16D32) 并使用命令curl https://get.dgraph.io -sSf |安装了 dgraph 版本 v0.8.3。重击
提前致谢。
oracle - Oracle endeca 部分更新更改未反映在 endeca ref 应用程序中
我正在尝试实现 oracle endeca partial update 。我的更改在放置在dgraph_input/updates
目录中的 forge 输出文件中可见,但更改未反映在 endeca 参考应用程序中。
任何人都可以在这方面帮助我。我正在使用 MDEX 6.2.2 。Dgraph 配置如下:
提前致谢。
routing - dgraph 可以用来模拟街道网络吗?
dgraph 是否适合模拟现实世界地图(街道地图、室内地图)?假设您将整个欧洲作为地图并将其建模为 dgraph。然后执行路线计算、空间查询等任务...... 它会表现良好还是另一个数据库会表现出色?
谢谢。
database - Dgraph:递归可以进行深度图遍历吗?
关于 Dgraph 关于图遍历的功能,我有几个问题。
假设我们有一个由 post 类型的节点组成的数据集。每个帖子可以有 n 个帖子是对该帖子的回复。这棵树的深度没有限制。
Dgraph 是否可以从一个起始节点开始搜索所有叶子节点并返回满足特定条件的所有叶子?
是否可以设置深度限制以不以庞大的数据集结束?
是否也可以找到满足某个条件的所有父节点的子节点?
最后:Dgraph 中的边是有向的吗?我可以在查询中包含它吗?
graph-databases - 将数据导入 DGraph 的最简单方法是什么?
将大量数据放入 DGraph 的最简单方法是什么,我该如何做呢?
database - How do you drop a Dgraph database?
I am running Dgraph database and the interface through the suggested docker images. Is it possible to run a command that drops all the data from the database and keeps the schema? Or at the very least drop both the data and schema? Or would I just have to delete the docker images and rebuild them?
elixir - 将 Graphql 映射到 Grahpql+-(Dgraph 版本)
我使用 Dgraph 和 Postgres 作为我的数据库。我正在使用带有 ecto 的 elixir 来处理从前端到 postgres db 的 graphql 实现。我现在需要将 graphql 查询映射到 dgraph 的 graphql 版本(graphql+-),这样我就可以使用 graphql 的强大功能来只获取我需要的数据。将 graphql 映射到 graphql+- 的最佳方法是什么?你会怎么做呢?还是有其他方法可以做到这一点。我试图将 graphql 查询直接传递给 dgraph,但正如您可以想象的那样,这不起作用。还有其他我没有想到的方法吗?