MongoDB Connector

Content Type: Module
Categories:

Overview

This module facilitates the connection with MongoDB databases and collections. With the connector, developers can effortlessly perform CRUD operations, including create, read, update, and delete, enabling seamless storage, retrieval, modification, and removal of data from MongoDB databases within their Mendix applications.

To effectively test your CRUD operations using Microflows, utilize the Example folder provided. It serves as a resource for conducting unit tests and ensuring the smooth functioning of your data manipulation processes.

Dependencies

• MongodB JAR file version 3.10.2

Documentation

This module facilitates the connection with MongoDB databases and collections. With the connector, developers can effortlessly perform CRUD operations, including create, read, update, and delete, enabling seamless storage, retrieval, modification, and removal of data from MongoDB databases within their Mendix applications.


To effectively test your CRUD operations using Microflows, utilize the Example folder provided. It serves as a resource for conducting unit tests and ensuring the smooth functioning of your data manipulation processes.


Dependencies


• MongodB JAR file version 3.10.2


 

Releases

Version: 1.3.0
Framework Version: 9.20.0
Release Notes: - Published a new customized Java action to retrieve the document by date range using pagination - Updated the Java actions to close the MongoDB connection - New microflow added to retrieve the document by date range - Added the mongo-java-driver-3.10.2.jar.MongoDBConnector.RequiredLib in the user lib
Version: 1.2.0
Framework Version: 9.20.0
Release Notes: - Removed the 'org.apache.commons.text' dependent package from the project - Added Example folder to test CRUD operations - Added update Java Action to update the value from document - Updated Read Document JSON as a string in the Java Actions ('JA_RetrieveDocumentByPagination', 'JA_RetrieveDocumentFromMongoDB')
Version: 1.0.0
Framework Version: 9.20.0
Release Notes: The MongoDB Connector in Mendix allows Mendix applications to interact with MongoDB databases by providing a seamless integration between the two technologies. The connector provides create, read, and delete (CRD) functionalities, allowing developers to easily store, retrieve, and remove data from MongoDB databases directly from their Mendix applications **Dependencies** • Mendix Modeler 9.20.0 • MongoDB JAR file version 3.10.2