Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.
09-04-2018 11:18 AM
trying to use neo4j-admin import directly from my java program (no command line action). Is there a recommended way to go about this? Want to throw out old data and import new data on a weekly basis.
Solved! Go to Solution.
09-04-2018 01:33 PM
I recommend to run it from a script. Really.
In Java you could run it with Process.exec
or such.
There is an underlying API for neo4j-import, which you can see in action here, but I would only use that for very specific reasons if you know what you're doing.
09-04-2018 01:33 PM
I recommend to run it from a script. Really.
In Java you could run it with Process.exec
or such.
There is an underlying API for neo4j-import, which you can see in action here, but I would only use that for very specific reasons if you know what you're doing.
All the sessions of the conference are now available online