Hi all, I am new to Neo4j and I have a question to bulk insert. the data I export from database and it's the structure data. Now I want to import into Neo4j database. I search the forum and found the python package called py2neo. It works well, unfortunately the problem is that row by row insertion, it's not efficient. Someone know the better way to consolidate the data (node, property and edge) into a bulk insert? I mean in the big data world, the data might come to a huge size, and impossible to insert data row by row. thanks a lot
-- You received this message because you are subscribed to the Google Groups "Neo4j" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
