I am trying to upload LUBM data set to Neo4j server. I went through neo4j tutorial and there is something called 'batch import'. To use that I should have two CSV files.
- Nodes.CSV
- Relations.CSV
The problem is in University data set there are nodes from multiple types(University, Department, Professor). So I think I cannot do it using single nodes.CSV file. I think someone should have done this before. Great if someone can help me to load LUBM data.
LUBM - Lehigh University Benchmark
You need several
.csv
file per type/label and make sure to conform the following specification:CSV file format
neo4j documentation