Skip to main content

MongoDB Connector

The MongoDB connector enables data transactions to or from the MongoDB server.

Service Description

There are two component options for configuring a connector to communicate with MongoDB:

  • MongoDB Receiver Connector
  • MongoDB Sender Connector

MongoDB is a NoSQL (Not Only SQL) database management system. MongoDB is specifically designed to work with large and complex data sets. MongoDB is a preferred database solution in modern application development projects, especially due to its flexible schema, fast performance and horizontal scalability. MongoDB connector enables interaction between the MongoDB database and other software, applications or systems.

Beginning

Follow these steps before starting the integration:

  • Database security is of great importance. It is important to limit access to your database and set up authorization and authentication mechanisms. Encrypting data and using secure communication protocols is also important for security.
  • Create the connection for MongoDB in the JDBC Destinations tab on the Operations page.