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!
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 includeneomodel
as suggested here. My suspicion is that it's time to use the native driver exclusively, but let's find out!