Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

does it work with Aura? #3

Open
whatSocks opened this issue Jul 20, 2021 · 1 comment
Open

does it work with Aura? #3

whatSocks opened this issue Jul 20, 2021 · 1 comment
Labels
enhancement New feature or request

Comments

@whatSocks
Copy link

whatSocks commented Jul 20, 2021

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

@SoheilKhodayari
Copy link
Owner

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.

@SoheilKhodayari SoheilKhodayari added the enhancement New feature or request label Jul 21, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants