how can i install apoc in neo4j manually?

廉价感情. 提交于 2019-12-24 05:18:10

问题


Are there any alternative methods other than what is described in the link below to install the package?

Installing APOC via NEO4J Desktop

Would it be possible to download from the repository? Please share any insights as to how to achieve this


回答1:


you can download the jar file and copy the jar file into the plugins folder. Then add the following line to $NEO4J_HOME/conf/neo4j.conf and restart neo4j

dbms.security.procedures.unrestricted=apoc.*

jar file: https://github.com/neo4j-contrib/neo4j-apoc-procedures/releases/3.4.0.2



来源:https://stackoverflow.com/questions/51961083/how-can-i-install-apoc-in-neo4j-manually

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!