apoc.mongo.aggregate

Procedure APOC Core

apoc.mongo.aggregate(uri, pipeline, $config) yield value - perform an aggregate operation on mongodb collection

Signature

apoc.mongo.aggregate(uri :: STRING?, pipeline :: LIST? OF MAP?, config = {} :: MAP?) :: (value :: MAP?)

Input parameters

Name Type Default

uri

STRING?

null

pipeline

LIST? OF MAP?

null

config

MAP?

{}

Output parameters