Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我看过这篇关于在 neo4j 中从 s3 加载单个文件的文章。但是,如果我有多个部分文件中的数据(通常,在大型数据集的情况下),我们如何有效地将其加载到 neo4j 数据库中?
如果您想将大量 CSV 数据(可能来自大量文件)导入到以前未使用的 neo4j 数据库中,则应考虑使用neo4j-admin工具的导入命令。
您需要为所有 CSV 文件使用预签名 URL,或者您可以先从 S3 下载所有文件。
该import命令非常强大,但也需要一些努力才能正确配置(并且可能需要您修改 CSV 文件),因此您应该仔细阅读文档。
import