MongoDB

Tools that work with the MongoDB Source.

mongodb-aggregate

A “mongodb-aggregate” tool executes a multi-stage aggregation pipeline against a MongoDB collection.

mongodb-delete-many

A “mongodb-delete-many” tool deletes all documents from a MongoDB collection that match a filter.

mongodb-delete-one

A “mongodb-delete-one” tool deletes a single document from a MongoDB collection.

mongodb-find

A “mongodb-find” tool finds and retrieves documents from a MongoDB collection.

mongodb-find-one

A “mongodb-find-one” tool finds and retrieves a single document from a MongoDB collection.

mongodb-insert-many

A “mongodb-insert-many” tool inserts multiple new documents into a MongoDB collection.

mongodb-insert-one

A “mongodb-insert-one” tool inserts a single new document into a MongoDB collection.

mongodb-update-many

A “mongodb-update-many” tool updates all documents in a MongoDB collection that match a filter.

mongodb-update-one

A “mongodb-update-one” tool updates a single document in a MongoDB collection.