Skip to content

Adding APOC to Neo4J via Docker Compose #1801

Answered by VoLKyyyOG
VoLKyyyOG asked this question in Q&A
Discussion options

You must be logged in to vote

OKAY so I have figured out the issue after following the following steps, I hope this resolves any issues that you may have:

  • The APOC plugin must be directly downloaded to amundsen/docker/neo4j/plugins
  • Because Amundsen cannot use neo4j:4.1.x and is stuck on neo4j:3.5.26, we will need apoc 3.5.0.17 (latest as of April 2022).
  • However, it is known that the github .jar downloaded by curl results in a redirect. Please ensure you check the sha1sum of the downloaded file here. For my specific version, I was expected sha1sum=dc66fb7f967bd4e6a96fd007b76176b1e775ab0e.
  • To do so, run curl -O -L https://github.com/neo4j-contrib/neo4j-apoc-procedures/releases/download/3.5.0.17/apoc-3.5.0.17-all.jar in…

Replies: 3 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by VoLKyyyOG
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants