I would like to connect Mongo db to my application. Can anyone guide me the steps on how to do that. My entire data is in mongo db.

0
I am building an application whose data is placed in mongo Db and I need to use the data. In what ways can I implement this?
asked
1 answers
0

Hello Rayna Mariam Thomas,

 

Till today this are databases that mendix supports in a direct fashion:

https://community.mendix.com/link/space/databases/questions/137847

image.png

However, you could always try to connect to your database in a different way, for example with OData, REST or a JDBC

For the first two you can use Mendix Modeller directly for the latter one you can download a marketplace module Database connector.

 

https://marketplace.mendix.com/link/component/2888

 

https://marketplace.mendix.com/link/component/219862

 

supported by mendix

mongo db connector

 

https://marketplace.mendix.com/link/component/208152

 

community supported

 

Hope this helps,

 

Good luck!

answered