Install Neo4j plugin
Last updated
Last updated
Install the neo4j plugin using the Datashare CLI so that users can access it from the frontend:
Installing the plugin install the datashare-plugin-neo4j-graph-widget
plugin inside /home/datashare/plugings
and will also install the datashare-extension-neo4j
backend extension inside /home/datashare/extensions
. These locations can be changed by updating the docker-compose.yml
.
Update the docker-compose.yml
to reflect your .
If your choose a different neo4j user or set a password for your neo4j user make sure to also set DS_DOCKER_NEO4J_USER
and DS_DOCKER_NEO4J_PASSWORD
.
When running Neo4j Community Edition
, set the DS_DOCKER_NEO4J_SINGLE_PROJECT
value. In community edition, the neo4j DBMS is restricted to a single database. Since Datashare supports multiple projects, you must set the DS_DOCKER_NEO4J_SINGLE_PROJECT
with the name of the project which will use neo4j plugin. Other projects won't be able to use the neo4j plugin.
After installing the plugin a restart might be needed for the plugin to display:
You can now !