How to do an initial batch import of CSV / MySQL data into neo4j database
问题 I am considering replacing a MySQL database with a neo4j database. I am a complete beginner with neo4j and would like to know how to go about doing a batch insert of my current MySQL data into the neo4j database so i can experiment and begin to learn about neo4j. the relational database consists of 4 tables: Person , Organism , Story , Links . Links describes relationships between rows in the other 3 tables. Links : ID, FromTable, FromID, ToTable, ToID, LinkType Person : ID, property_2,