Site icon 峰哥分享

Apart from restheart, Mlab also has a RESTful API

In some situation, you may not be able to use mongodb driver to connect mongo db database, for example, google apps script cannot connect mongodb directly. You can use restHeart as a middle man, but alternatively, you can use Mlab’s RESTful API directly if you are using MLab’s mongodb.
By default, the RESTful API of Mlab mongodb is disabled. You have to login to your user panel to activate it.
You can find more information here:
https://docs.mlab.com/data-api/

Exit mobile version