How to install apoc for neo4j?

7,542 views
Skip to first unread message

tuo...@gmail.com

unread,
Mar 11, 2017, 4:03:54 PM3/11/17
to Neo4j
According to https://neo4j-contrib.github.io/neo4j-apoc-procedures/, one only needs to download the binary jar from http://github.com/neo4j-contrib/neo4j-apoc-procedures/releases/3.1.0.3 to place into the folder "Neo4j CE 3.1.1\plugins".

I did so. However, I was unable to call "call apoc.help("apoc")" from the http://localhost:7474/browser/.

tuo...@gmail.com

unread,
Mar 11, 2017, 4:38:52 PM3/11/17
to Neo4j
Another reference for installing apoc: https://neo4j.com/blog/intro-user-defined-procedures-apoc/

When I tried to call "call apoc.help("apoc")", the error is: There is no procedure with the name `apoc.help` registered for this database instance. Please ensure you've spelled the procedure name correctly and that the procedure is properly deployed.

Michael Hunger

unread,
Mar 11, 2017, 8:20:25 PM3/11/17
to ne...@googlegroups.com
In Neo4j Desktop you can reach the "plugins" directory from the "Options" pane.
It's in the db-directory.

--
You received this message because you are subscribed to the Google Groups "Neo4j" group.
To unsubscribe from this group and stop receiving emails from it, send an email to neo4j+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

sundeep pv

unread,
Mar 27, 2017, 10:57:37 AM3/27/17
to Neo4j
These are the steps I did to have apoc successfully run ,
 
1. Download the jar file for your version I used apoc-3.1.0.3-all.jar  to $NEO4J_HOME\plugins dir
2. Restart neo4j-ce 
3. run call dbms.procedures() and it must show all the apoc procedures now

Bonus: if you are trying to use any of the apoc.load.{json,xml,jdbc...} proc you will need to add the below to your neo.conf
apoc.import.file.enabled=true

Hope it helps.

Regards,
Sundeep.
Reply all
Reply to author
Forward
0 new messages