Skip to content

Commit 40dcef3

Browse files
authored
Merge pull request #1068 from Mats-SX/readme-updates
Add installation instructions to public README
2 parents f57dd63 + 27f0b98 commit 40dcef3

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

README.adoc

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,27 @@ This repository hosts the sources of the Neo4j Graph Data Science (GDS) library.
44
The GDS library is a plugin for the Neo4j graph database.
55
The library consists of a number of graph algorithms, exposed as procedures and executed in Neo4j.
66

7+
== Downloading and installing releases
8+
9+
If you want to download and run the Graph Data Science library, please download the JAR from our releases page and place it in the `plugins` directory of your Neo4j database.
10+
For further instructions, see our https://neo4j.com/docs/graph-data-science/current/installation/[documentation].
11+
12+
.Compatibility matrix
13+
|===
14+
|GDS version | Neo4j version
15+
16+
|GDS 1.0.x, 1.1.x
17+
|Neo4j 3.5.9 - 3.5.17
18+
19+
|GDS 1.2.0-alpha01 (preview)
20+
|Neo4j 4.0.3
21+
22+
|GDS 1.2.0
23+
|Neo4j 4.0.0 – 4.0.4
24+
|===
25+
26+
NOTE: Preview releases are not automatically made available in Neo4j Desktop. They need to be installed manually.
27+
728
== Building the library
829

930
The Neo4j Graph Data Science library uses the build tool `Gradle`.

0 commit comments

Comments
 (0)