0

I'm using embedded Neo4j, loading the library jars onto IntelliJ. I want to try out the new features of APOC in Neo4j to run some graph algorithms.

I have the APOC jar downloaded and added to plugins folder as mentioned in the manual. What is the correct way to set up APOC to be used from Java?

kami
  • 361
  • 3
  • 15

1 Answers1

0

Found the answer to this question here: How to configure Neo4j embedded to run apoc procedures?

It is required that we manually register the procedures.

kami
  • 361
  • 3
  • 15