Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.
07-02-2020 12:13 PM
Hello Community!
I did download the APOC.jar file and followed the instructions from one of the posts but I failed. I am trying to look into it tomorrow again, however, it's confusing b/c I am not sure which APOC posts are up to date(versions are different) and each post is slightly different.
As of now I just want to download and have basic settings so I could follow my tutorials.
Could you recommend a link or resource for me to follow the instructions to correctly set up the APOC for the current version?
https://github.com/neo4j-contrib/neo4j-apoc-procedures This is what I found so far to try tomorrow but any advice or help would be greatly appreciated. Thank you so much
Respectfully,
Petra Lee
Solved! Go to Solution.
07-02-2020 12:34 PM
Hi @plee,
The GitHub link you have found should have everything you need to start using APOC!
The version compatibility can be found on the GitHub page you have.
Since you mentioned current version which is Neo4j 4.1, you will need to download the latest release of APOC (4.1.0.0) from here : https://github.com/neo4j-contrib/neo4j-apoc-procedures/releases/tag/4.1.0.0
Also, don't forget to make changes to the neo4j.conf file as mentioned on the Github repo.
dbms.security.procedures.unrestricted=apoc.*
dbms.security.procedures.whitelist=apoc.*
07-02-2020 12:34 PM
Hi @plee,
The GitHub link you have found should have everything you need to start using APOC!
The version compatibility can be found on the GitHub page you have.
Since you mentioned current version which is Neo4j 4.1, you will need to download the latest release of APOC (4.1.0.0) from here : https://github.com/neo4j-contrib/neo4j-apoc-procedures/releases/tag/4.1.0.0
Also, don't forget to make changes to the neo4j.conf file as mentioned on the Github repo.
dbms.security.procedures.unrestricted=apoc.*
dbms.security.procedures.whitelist=apoc.*
07-04-2020 05:37 AM
In desktop just add it as a plugin.
On a Linux server find the latest release at https://github.com/neo4j-contrib/neo4j-apoc-procedures/releases/ and copy the link.
cd /var/lib/neo4j/plugins
wget
Add settings mentioned above to the config and restart the server and it should be fine.
All the sessions of the conference are now available online