October 2017
Beginner to intermediate
316 pages
8h
English
First, we need to grant permissions to the APOC functions and procedures, so we need to add the following line to the end of the conf/neo4j.conf file; otherwise, we would get an error message like this one--apoc.algo.pagerank is not available due to having restricted access rights, check configuration:
dbms.security.procedures.unrestricted=apoc.*
Read now
Unlock full access