Create and update Neo4j graph
This page describes how to create and maintain your Neo4j graph up to date with your server's Datashare projects
Run the Neo4j extension CLI
docker compose exec \
# if you are not using the default extensions directory
# you have to specify it extending the CLASSPATH variable ex:
# -e CLASSPATH=/home/datashare/extensions/* \
datashare_web /entrypoint.sh \
--mode CLI \
--ext neo4j \
... Create the graph
docker compose exec \
datashare_web /entrypoint.sh \
--mode CLI \
--ext neo4j \
--full-import \
--project secret-projectUpdate the graph



Last updated