简体   繁体   English

将Neo4j导出到.csv

[英]Exporting Neo4j to .csv

I need to export some Neo4j nodes and relationships to .csv, in order to import them into another database system. 我需要将一些Neo4j节点和关系导出到.csv,以便将它们导入到另一个数据库系统中。 (It's a very large data set). (这是一个非常大的数据集)。

Is there an out-of-the-box solution, to achieve this? 是否有现成的解决方案来实现这一目标?

Have a look at https://neo4j-contrib.github.io/neo4j-apoc-procedures/#_export_to_csv Yes, that does require installing APOC ... but it is considered as good as "out-of-the-box" :-) 看看https://neo4j-contrib.github.io/neo4j-apoc-procedures/#_export_to_csv是的,这确实需要安装APOC ...,但它被认为与“开箱即用”一样好:-)

Regards, Tom 问候,汤姆

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM