neo4j installation
-
Install Neo4j 3.1.0-M12-beta2
-
copy APOC library to
plugins
folder -
drop
Node.txt
andLink.txt
toimport
folder
prepare data files
Node.txt and Link.txt do have couple of header lines we should get rid of to make it more easy to process them with LOAD CSV
. Be aware the following sed commands do inplace editing.