Need APOC Full on Aura
closed
John Kennedy
closed
John Kennedy
Hello folks,
By way of update, Aura currently has enabled the APOC functions outlined in the APOC Core release, with some additional restrictions to meet the high security levels we hold when hosting a cloud service (as compared to an individual hosting a neo4j instance where they can adapt to their own security stance and hosting and access needs).
You can find APOC Core documented here: https://neo4j.com/labs/apoc/4.1/overview/
I am going to close this at this point as we won't deploy APOC full, but we do commit to continue to review our inclusion of APOC.
Please open a new request for any specific APOC procedures important to your use case to ensure they are reviewed by us.
John
jthteo@gmail.com
Graph refactoring procedures are immensely useful on locally hosted versions, lack of this in Aura DB is problematic.
Oren Goldberg
I just ran into another issue around the APOC limitation.
I have a feeling these will only continue to pour in.
Aura is a really important part of everyday neo4j usage, and I feel like I'm using a crippled version of neo4j, which is making things harder for me.
I can't run this code:
CALL apoc.coll.pairWithOffset(otherUsages, 1) YIELD value as pairs
WITH apoc.convert.toNode(pairs[0]) as firstPairUsage, apoc.convert.toNode(pairs[1]) as secondPairUsage
For full context you can see my discord thread here:
Yisroel Yakovson
Please see the relevant request: https://neo4j-aura.canny.io/feature-requests/p/dashboard-access-to-conf-files.