comdotdom
comdotdom

Reputation: 35

Install Neo4J's APOC in my Structr application

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 ?

Upvotes: 2

Views: 125

Answers (1)

Lukas Reich
Lukas Reich

Reputation: 96

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

Upvotes: 1

Related Questions