将大规模数据导入Neo4j

如何将大规模数据导入Neo4j(https://blog.csdn.net/xingxiupaioxue/article/details/71747284)

1.使用load csv文件插入数据到Neo4j
1)neo4j load csv 的使用问题总结
https://blog.csdn.net/xys430381_1/article/details/78186824

2)csv文件导入Neo4j(包括结点和关系的导入)
https://blog.csdn.net/quiet_girl/article/details/71155442?locationNum=5&fps=1

2.Neo4j-admin插入数据到Neo4j
https://neo4j.com/docs/operations-manual/current/tutorial/import-tool/

实践过程踩过的坑:https://blog.csdn.net/feng_zhiyu/article/details/80138121

你可能感兴趣的:(数据库)