Skip to content

Commit

Permalink
🔖 Release 0.1.0-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
mfalcier committed Aug 9, 2017
1 parent 03a5b96 commit c0b082c
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 4 deletions.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Apache License 2.0
1. Neo4j Versioner Core is required, please see the current documentation [here](https://h-omer.github.io/neo4j-versioner-core/);
2. Download the latest [release](https://github.com/h-omer/neo4j-versioner-sql/releases);
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](currently-supported-databases).
4. Put your database JDBC driver into `$NEO4J_HOME/plugins` folder, for more information on supported databases, click [here](https://h-omer.github.io/neo4j-versioner-sql/#currently-supported-databases).
5. Start/Restart Neo4j.

## About
Expand All @@ -21,3 +21,11 @@ Neo4j Versioner SQL has been developed by [Alberto D'Este](https://github.com/al
It's based on the following data model:

![Data Model](https://raw.githubusercontent.com/h-omer/neo4j-versioner-sql/master/docs/images/data-model.png)

## Full documentation

You can find the full documentation [here](https://h-omer.github.io/neo4j-versioner-sql/).

## Feedback

We would appreciate your feedback about our Versioner Core, how to improve and fix (we hope not so many! :see_no_evil:) any bad things. Say yours in the [issue](https://github.com/h-omer/neo4j-versioner-core/issues) section.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apply plugin: 'java'

group 'org.homer'
version '1.0.0-SNAPSHOT'
version '0.1.0-SNAPSHOT'

description """Neo4j Procedures for designing a relational database"""

Expand Down
8 changes: 6 additions & 2 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Apache License 2.0
1. Neo4j Versioner Core is required, please see the current documentation [here](https://h-omer.github.io/neo4j-versioner-core/);
2. Download the latest [release](https://github.com/h-omer/neo4j-versioner-sql/releases);
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](currently-supported-databases);
4. Put your database JDBC driver into `$NEO4J_HOME/plugins` folder, for more information on supported databases, click [here](#currently-supported-databases);
5. Start/Restart Neo4j.

## About
Expand Down Expand Up @@ -131,4 +131,8 @@ node | Node

```cypher
CALL sql.versioner.reload('localhost', 3306, 'root', 'password') YIELD node return node
```
```

# Feedback

We would appreciate your feedback about our Versioner SQL, how to improve and fix (we hope not so many!) any bad things. Say yours in the [issue](https://github.com/h-omer/neo4j-versioner-sql/issues) section.

0 comments on commit c0b082c

Please sign in to comment.