Skip to content

MongoDB Overview

MongoDB is developed by MongoDB Inc. and licensed under the Server Side Public License (SSPL). It is a cross-platform, document-oriented database classified as a NoSQL that provides, high performance, high availability, and used for a high volume of data storage. MongoDB uses JSON like documents with optional schemas and stores documents in collections. By using MongoDB you can perform different kind of operations including Create, Read, Update and Delete (CRUD) operations.

Read the official documentation of MongoDB here.

MongoDB on Connect iPaaS

Connect iPaaS enables you to integrate MongoDB with other SaaS and enterprise applications. You can build a workflow to perform various operations on documents and collections in your MongoDB database. You can trigger workflows based on documents created, updated and deleted and collection dropped.

MongoDB Application on Connect

Figure 1. MongoDB Application on Connect iPaaS