如何高效地将一个 Neo4j 数据库导出到另一个数据库?

发布于 2024-10-22 08:40:24 字数 36 浏览 1 评论 0原文

有两个neo4j数据库A和B,我想将A追加到B。如何处理?

Having two neo4j database A and B, I want to append A with B. How to deal with it?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

幸福还没到 2024-10-29 08:40:24

我没有用过这个,但今天早上在调查 gremlin 时遇到了它。

http://tinkerpop .com/maven2/com/tinkerpop/blueprints/0.5/api/com/tinkerpop/blueprints/pgm/util/GraphHelper.html

查看 copyGraph(Graph from, Graph to)
将一个图的顶点/边复制到另一个图。

i have NOT used this, but came across it this morning investigating gremlin.

http://tinkerpop.com/maven2/com/tinkerpop/blueprints/0.5/api/com/tinkerpop/blueprints/pgm/util/GraphHelper.html

check out the copyGraph(Graph from, Graph to)
Copy the vertex/edges of one graph over to another graph.

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