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

NEO4J v5.x compatibility with loader scripts #56

Open
rlustemberg opened this issue Jan 2, 2023 · 2 comments
Open

NEO4J v5.x compatibility with loader scripts #56

rlustemberg opened this issue Jan 2, 2023 · 2 comments

Comments

@rlustemberg
Copy link

rlustemberg commented Jan 2, 2023

The current version of the loader has become completely obsolete once version 5 of NEO4J was made available.
In particular, USING PERIODIC COMMIT has been removed from the api. Also the CREATE INDEX methods have been changed.
Also, it's necessary to make the script compatible with the latest version of py2neo and current versions of python.
To summarise:

  • The Cypher templates and templating code need to be updated to use the current Cypher api
  • DB connection code needs to be made compatible with py2neo versions > 4.x.x .
  • Script in general needs to be compatible with latest version of py2neo, which can connect to NEO4J v 5.x
  • Script in general needs to run in current versions of Python
  • Documentation needs to be updated

I'll provide a PR with the needed changes. Regarding the docs, I'll make a best effort, probably through an addendum

@rlustemberg
Copy link
Author

pgwilliams added a commit that referenced this issue Jan 3, 2023
…patibility

Resolves #56 Compatibility with NEO4J v5.x
@nickdevrekerdelta
Copy link

hello

is there a way to just use the older versions? and what is needed? thx

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants