apoc is a set of useful addons for Neo4j
I have been using brew to install neo4j on my machine.
brew install neo4j
This can be combined with
brew services.start neo4j
and
brew services stop neo4j
This typically installs a db on http://localhost:7474/browser
On mac via homebrew you need to look in /usr/local/Cellar/neo4j/4.4.5/libexec
To enable apoc copy apoc-4.4.0.3-core.jar
from labs to plugins
You also need to change config/neo4j.conf
I have set the following value:
dbms.security.procedures.unrestricted=apoc.*
Restarting neo4j get this working.