You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.adoc
+21Lines changed: 21 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,27 @@ This repository hosts the sources of the Neo4j Graph Data Science (GDS) library.
4
4
The GDS library is a plugin for the Neo4j graph database.
5
5
The library consists of a number of graph algorithms, exposed as procedures and executed in Neo4j.
6
6
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
+
7
28
== Building the library
8
29
9
30
The Neo4j Graph Data Science library uses the build tool `Gradle`.
0 commit comments