Neo4j Versioner SQL is a collection of procedures, aimed to help developers to manage a SQL Database schema, through the Entity-State model applied to Neo4j.
Apache License 2.0
- Neo4j Versioner Core is required, please see the current documentation here;
- Download the latest release;
- Put the downloaded jar file into
$NEO4J_HOME/plugins
folder; - Put your database JDBC driver into
$NEO4J_HOME/plugins
folder, for more information on supported databases, click here. - Start/Restart Neo4j.
Neo4j Versioner SQL has been developed by Alberto D'Este and Marco Falcier.
It's based on the following data model:
You can find the full documentation here.
We would appreciate your feedback about our Versioner Core, how to improve and fix (we hope not so many! 🙈) any bad things. Say yours in the issue section.