I am using neo4j-import
to import millions of nodes and relationship.
Is there any option to create relationships in to the existing database. I want to import the relationship using neo4j-import
because I have millions of relationships.
Your cooperation is truly appreciated! Thanks
neo4j-import
can be solely used for initial imports.
For huge mass imports into an existing database in offline mode you can use the batch inserter API.
If the database needs to be online while importing you can use LOAD CSV
with periodic commit functionality.
A third option is to write an unmanaged extension to Neo4j and do the import programmatically.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With