Hello,
I've successfully added mongodb integration to my Neo4J docker container (5.18). It's running smooth for simple queries. But now I try to run a complex aggregation pipeline using apoc.mongo.aggregate(), which does not work, because of the memory limit for $group stage in mongodb (4.4).
I could address this issue by passing the allowDiskUse parameter, but I have no idea how to do it with apoc.mongo.aggregate...
My question: is it possible to do it somehow? If not, will this feature be available in the future?
Thanks in advance,
Thorsten