-
Notifications
You must be signed in to change notification settings - Fork 83
Improve the Configure plugins page and document Fleet management #2627
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: dev
Are you sure you want to change the base?
Conversation
Do we need to add a label or some sort of comment about the version from which fleet management is available? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM for fleet management
Good question. At first I was going to say "no", as it is accessible via Aura. But now I think we need to add labels or mentions of Neo4j server versions. |
Related to @renetapopova 's question:
Since only the last couple of Neo4j versions (since 2025.07.0 and 5.26.10) have the fleet management plugin bundled (it is new), most of the customers would need to download for older versions of Neo4j. We should consider adding some words to https://neo4j.com/docs/aura/fleet-management/setup/#_download_the_plugin for the case that the Neo4j version is recent enough so that downloading and installing is not needed. Also, there maybe be updated to the fleet management plugin in the future, so that also the bundled versions must be updated. |
@alexnb hey! |
|
||
If you want to use your own plugins, ensure that you add them to the designated _plugins_ directory. | ||
This directory serves as the central location where Neo4j looks for and loads the plugins at startup. | ||
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. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we want to list all the available plugins or just part of them? I believe, GraphQL should be mentioned as well.
Also, we mention Neo Semantics and Graph algorithms in the table below.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It seems that CE doesn't come with a bundled GDS plugin:
On a self-managed Neo4j Server you need to install and configure GDS manually.
If you have the Neo4j Enterprise Edition, you will find the GDS plugin bundled within the Neo4j Server distribution. The GDS plugin is located in the products directory. This is the Bundled installation option.
If you are using the Neo4j Community Edition, you must download GDS manually from the Neo4j Deployment Center. This is the Custom installation option.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is not true. The distribution that I downloaded has the GDS jar files in the product folder.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
hmm, interesting. You're right. CE contains the GDS plugin. But at the same time, if you visit the Deployment centre, you'll read: "Neo4j Community Edition package and the open source Community Edition of the Graph Data Science Library are available as separate downloads."

I'm totally confused. I asked Nicola about all GDS plugins
As a side note, we don't usually document plugin's functionality in the Ops manual. Bloom, GDS, GraphQL, etc. have their own docsets. Could we just refer to the Aura docs? |
@NataliaIvakina Hey!
This is documented here: https://neo4j.com/docs/aura/fleet-management/overview/ I think this link is also part of this PR.
No, Aura account is a requirement. |
This PR includes documentation updates Updated pages: |
No description provided.