Hi @mos20
For APOC core to work,you have to install the compatible version (in your case 5.2.1) of the apoc-core (from here: https://mvnrepository.com/artifact/org.neo4j.procedure/apoc-core) and apoc-common (from here: https://mvnrepository.com/arti...
@TK36
Can you try using the latest apoc version (4.4.0.8)?
And, if it still does not work, can you try to insert in the neo4j.conf, the configuration "dbms.jvm.additional = -verbose: class" and, after restarting, share the "debug.log" and the "neo4j...
The "connection refused" error is weird indeed, anyway the apoc mongodb procedures requires APOC full to work, you can see for example in the page you linked initallly after the title:
so perhaps by installing an APOC full version you should solve t...
@steves
I don't know what the `/var/cartography` things are, but I think your problem is that you are trying to connect to another container using `localhost`. In general, you should connect using `localhost` outside the container.
I think that to s...