MongoDB V2 Connector > Introduction to MongoDB V2 Connector
  

Introduction to MongoDB V2 Connector

You can use MongoDB V2 Connector to read data from or write data to collections in any on-premise or cloud deployment such as MongoDB Atlas database.
You can use a MongoDB V2 connection as a source and as a target only in mappings in advanced mode. When you run a mapping in advanced mode or a task based on a mapping in advanced mode, the Secure Agent uses the JDBC driver to connect to MongoDB.
You can only use MongoDB V2 Connector for MongoDB installed on Linux operating systems. You can integrate and migrate data from diverse data sources to MongoDB. You can read complex data types with hierarchical input and write as relational output. You can also read complex data types with relational input and write as hierarchical output.
You can also use a MongoDB V2 connection to read data from or write data to Azure CosmosDB MongoDB API, Amazon DocumentDB, and other non-SSL MongoDB deployments.
The schema of the MongoDB V2 source is inferred by sampling rows from the MongoDB collection. MongoDB V2 Connector picks the most common data types from the sample for mixed records, sub-records, and arrays.