Add support for aggregation pipelines to MongoDB node

Currently most of our MongoDB queries start with a $lookup and therefore the MongoDB node is quite useless to us without any support for aggregation pipelines.

One could use MongoDB Views to work around this problem, but the support for views is currently so bad in the MongoDB ecosystem (especially on MongoDB’s own Atlas) that we try to avoid it.

Just made this pull request:

1 Like