emigre459 / green-chains

Apache License 2.0
0 stars 0 forks source link

Remove py2neo dependency #1

Open emigre459 opened 1 year ago

emigre459 commented 1 year ago

Upon trying to re-use the public VESPID neo4j tools, we discovered that the py2neo library is EOL. So now we need to figure out if the native Neo4j driver is sufficient or we need to pivot to include neomodel as suggested here. My suspicion is that it's time to use the native driver exclusively, but let's find out!