MongoDB is an open-source document-based database management tool that stores data in JSON-like formats. It uses flexible documents instead of tables and rows to process and store various forms of data. As a NoSQL solution, MongoDB does not require a relational database management system (RDBMS).
Triggers when you add a new collection.
Triggers when you add a new database.
Triggers when you add a new document to a collection.
Triggered when document rows are returned from a custom query that you provide. Advanced Users Only
Triggers when you add a new field to a collection.
Create a new document in a collection of your choice.
Update a document in a collection of your choice.
Finds a from a collection of your choice.