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

Core: Use Neo4j Spark connector for importing data #48

Closed
mattigrthr opened this issue Jul 19, 2021 · 0 comments · Fixed by #52
Closed

Core: Use Neo4j Spark connector for importing data #48

mattigrthr opened this issue Jul 19, 2021 · 0 comments · Fixed by #52
Assignees
Labels
core Issues related to the core enhancement New feature or request
Projects

Comments

@mattigrthr
Copy link
Contributor

Instead of sending the insertion queries through the Neo4j Python driver, we should use the Spark Neo4j connector to read the preprocessed population and OSM Parquet files and make the inserts. The Spark driver batches the queries automatically, which should speed up the entire population process.

It depends on #47

@mattigrthr mattigrthr added enhancement New feature or request core Issues related to the core labels Jul 19, 2021
@mattigrthr mattigrthr added this to To do in Kuwala via automation Jul 19, 2021
@mattigrthr mattigrthr self-assigned this Aug 11, 2021
@mattigrthr mattigrthr moved this from To do to In progress in Kuwala Aug 11, 2021
Kuwala automation moved this from In progress to Done Aug 21, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
core Issues related to the core enhancement New feature or request
Projects
No open projects
Development

Successfully merging a pull request may close this issue.

1 participant