RnDAO/tc-operation

Install Neo4J gds and apoc libraries

Closed this issue · 3 comments

We have to install gds, and apoc libraries to do the analytics.
the versions are as below

  • gds verison 2.3.8
  • apoc version 5.7.0

https://neo4j.com/apoc/4.4/installation/
https://neo4j.com/docs/graph-data-science/current/installation/

@cyri113 to estimate

Updated environment variables in development.

NEO4JLABS_PLUGINS='["apoc", "graph-data-science"]'
NEO4J_apoc_export_file_enabled=true
NEO4J_apoc_import_file_enabled=true
NEO4J_apoc_import_file_use__neo4j__config=true

Updated environment variables in production.

NEO4JLABS_PLUGINS='["apoc", "graph-data-science"]'
NEO4J_apoc_export_file_enabled=true
NEO4J_apoc_import_file_enabled=true
NEO4J_apoc_import_file_use__neo4j__config=true