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: modules/ROOT/pages/configuration/plugins.adoc
+10-8Lines changed: 10 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,9 +4,12 @@
4
4
5
5
== Overview
6
6
7
-
Plugins are Java Archive (_.jar_) files that extend the functionality of Neo4j by adding new features and capabilities, such as graph algorithms, data integration, and visualization tools.
7
+
Plugins are Java Archive (_.jar_) files that extend the functionality of Neo4j by adding new features and capabilities, such as graph algorithms, data integration, visualization, and monitoring tools.
8
8
9
-
Neo4j Community Edition (CE) comes with a range of pre-installed products, such as Gen AI, Graph Data Science, and Fleet management in the _products_ directory and the APOC Core jar file in the _labs_ directory.
9
+
Both Neo4j Community Edition (CE) and Enterprise Edition (EE) come with a range of pre-installed products, such as Gen AI, Graph Data Science, and Fleet management in the _products_ directory and the APOC Core jar file in the _labs_ directory.
10
+
The Fleet management jar file is bundled with the Neo4j server starting with Neo4j 5.26.10 and 2025.07.0 onwards.
11
+
If you are using an earlier version of Neo4j, you can get the matching version of the Fleet management plugin by following the download link that matches your server version in the *Monitor Deployment* wizard in the Aura console.
12
+
See link:{neo4j-docs-base-uri}/aura/fleet-management/setup/[Aura documentation -> Fleet Management -> Add a deployment] for more information.
10
13
11
14
[NOTE]
12
15
====
@@ -15,12 +18,11 @@ Also, it is offered on a best-effort basis.
15
18
Neo4j does not offer any technical support for it.
16
19
====
17
20
18
-
Neo4j Enterprise Edition (EE) comes with Graph Data Science Enterprise, Bloom, Gen AI, and Fleet management, located in the _products_ directory, and the APOC Core jar file in the _labs_ directory.
19
-
Some of these plugins, Bloom and GDS Enterprise require a license activation key.
21
+
Some of these plugins, such as Bloom and GDS Enterprise require a license activation key.
20
22
Reach out to your Neo4j account representative or request a representative to link:https://neo4j.com/contact-us/#sales-inquiry[contact you].
21
23
22
-
If you want to use your own plugins or other supported plugins, ensure that you add them to the designated _plugins_ directory.
23
-
This directory serves as the central location where Neo4j looks for and loads the plugins at startup.
24
+
If you want to use your own plugins or any of the other supported plugins, such as GraphQL, Neo4j Semantics, and Apoc Extended, ensure that you download and add them to the _plugins_ directory.
25
+
See their respective documentation for more information.
24
26
25
27
== Supported plugins
26
28
@@ -29,7 +31,7 @@ The following plugins are supported:
29
31
.Supported Neo4j plugins
30
32
[options="header",cols="d,m,b,a"]
31
33
|===
32
-
|Name |Key | License activation key required | Further information
0 commit comments