Workspace 6.21.5
MongoDbAggregate

  • Default label: "MongoDB aggregate"
  • Member of plug-in: Distributed
  • Catalogue path: Distributed
Inputs:
Database addressQString

Database nameQString

Collection nameQString

LookupCSIRO::DataExecution::ObjectDictionarySpecify the aggregation $lookup action.
MatchCSIRO::DataExecution::ObjectDictionarySpecify the aggregation $match action.
Custom Aggregate JSONQJsonDocumentUsed this instead of 'Lookup' and 'Match' inputs if you want to provide the pipeline commands directly to MongoDB's db.collection.aggregate
Return BSONbool

Return the results as BSON rather than JSON text - needed if results will contain binary items

Outputs:
ResultsCSIRO::DataExecution::ObjectArray