Skip to content

Latest commit

 

History

History
34 lines (20 loc) · 1.69 KB

README.md

File metadata and controls

34 lines (20 loc) · 1.69 KB

Build Status Dependency Status

Neo4j Versioner SQL

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.

License

Apache License 2.0

Installation

  1. Neo4j Versioner Core is required, please see the current documentation here;
  2. Download the latest release;
  3. Put the downloaded jar file into $NEO4J_HOME/plugins folder;
  4. Put your database JDBC driver into $NEO4J_HOME/plugins folder, for more information on supported databases, click here.
  5. Start/Restart Neo4j.

About

Neo4j Versioner SQL has been developed by Alberto D'Este and Marco Falcier.

It's based on the following data model:

Data Model

Full documentation

You can find the full documentation here.

Feedback

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.