MongoDB Connector Overview¶
The MongoDB Connector allows you to connect to the MongoDB database via different connection URI and perform CRUD operations on the database.
The supported connection URI types and connection options are listed in the MongoDB Connection String documentation.
To download the MongoDB Connector, go to the connector store and search for "MongoDB".
It is always recommended to download the latest version of the connector.
Compatibility¶
Connector version | Supported product versions |
---|---|
1.0.0 | APIM 4.0.0, EI 7.1.0, EI 6.6.0 |
This connector was tested with MongoDB version 4.4.3.
MongoDB Connector documentation¶
-
MongoDB Connector Example: This example demonstrates how to use MongoDB connector to connect to the MongoDB database and perform CRUD operations on it.
-
MongoDB Connector Reference: This documentation provides a reference guide for the MongoDB Connector.
How to contribute¶
As an open source project, ESB extensions welcome contributions from the community.
To contribute to the code for this connector, please create a pull request in the following repository.
Check the issue tracker for open issues that interest you. We look forward to receiving your contributions.
Top