SoheilKhodayari/JAW

does it work with Aura?

Opened this issue · 1 comments

before trying, it would be good to ask if using an Aura db (or perhaps any remote db) is currently possible.

Sure, the only difference would be importing the graph inside the Aura cloud.

Currently, for importing, the code uses the neo4j-admin import command , since it works faster than the other LOAD CSV option for large files.

However, I am not sure if neo4-admin also works with Aura or not (see here).
With Aura (or any other remote db), one option is using LOAD CSV to import the constructed CSV files. While one can do this, at present time the code does not offer this functionality.