cancel
Showing results for 
Search instead for 
Did you mean: 

Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.

How to do large batch insert or upsert nodes and relationship neo4j using python driver

Online I found most of the solution are about the CSV batch insert but not having any thing where we can do batch insert or upsert using python neo4j driver, can any one would like to help me.

1 REPLY 1

The official drivers do not offer any specific API for batch insertion.
LOAD CSV and CALL IN TRANSACTION are currently your best bet if you still want to use the driver for this scenario.
Have you had a look at the Neo4j Data Importer tool: https://neo4j.com/developer-blog/neo4j-devtools-happy-new-year-new-data-importer-and-neo4j-browser-u...?