In Structr v.3.0.x I would like to use an APOC procedure in my cypher query to output the data I need to build a D3 tree on a page. Please could you tell me how to install APOC in my Structr application ?
Asked
Active
Viewed 124 times
1 Answers
1
the easiest way to use APOC with Structr is to install Neo4j on its own on your machine with APOC as a plugin (see here for more information)
Then you can configure Structr to connect to Neo4j (just follow these instuctions) and use any APOC procedures you like

Lukas Reich
- 96
- 4