mattcasters / kettle-neo4j-core

Kettle Core library for Neo4j use cases like Logging, Neo4j Output, ...
Apache License 2.0
3 stars 2 forks source link

Support bolt+routing protocol on Neo4j v4 #6

Closed mattcasters closed 4 years ago

mattcasters commented 4 years ago

--> switch to neo4j:// The difficulty here is that we need to support both v3 and v4 databases somehow. Detecting the version of the database before we connect is going to be tricky...