如何将 Memgraph 图形导出为一系列 Cypher 语句,以便我可以使用它将数据导入另一个实例或 Neo4j?

How to export Memgraph graph as a series of Cypher statements, so I can use it to import the data to another instance or Neo4j?

我有一个 Memgraph 数据库 运行。

如何将 Memgraph 图导出为一系列 Cypher 语句,以便我可以使用它导入到另一个实例?

我正在阅读文档,只找到了如何 Import Cypher,但没有找到如何导出 Cypher。

我想要一种方法 import/export 作为包含我可以用来将数据传输到 Neo4j/Memgraph 服务器实例的 Cypher 语句的文本文件。

您可以使用 Memgraph Lab 导出图表。如果使用 memgraph/memgraph-platform Docker 图像,您应该能够在浏览器中通过 http://localhost:3000/ 在本地访问 Memgraph Lab。

概览选项卡上,搜索选项导出数据库右上角

它将下载 graph.cypherl 文件