Hi akn35,
APOC is supported in your local Neo4J Desktop app with remote database.
The remote database in question though appears locked down for the type of access you are attempting. I can see from the published bolt endpoint that network redirectin...
Hi AK,
I typically use UNWIND, WITH & also COLLECT to create a matrix/scaffolding to join statistics back into. Because of the NoSQL nature of Neo you don't necessary have samples/events/fields available for the full range of values you expect.
Examp...
Hi, I had exactly the same issue and it appears that Neo4J/or my system cannot handle "127.0.0.1" or "localhost" as valid proxy host settings. The error seemed to duplicate the string twice!
I had to create a new fake /etc/host entry like this:
127.0...