Skip to content

h-omer/neo4j-versioner-sql

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.