No one can run it better
mrest is a service from SoftInstigate, the company behind RESTHeart.
The service for developers looking for a data API for their Web and Mobile apps featuring MongoDB securely exposed by RESTHeart Web API
With mrest you can focus on your serverless application. You develop faster because you won't need to develop the backend and you run your application cheaper because you won't need to operate any infrastructure.
mrest is a service from SoftInstigate, the company behind RESTHeart.
As a developer looking for using mrest, you will use the Manager available at https://manager.mrest.io to manage the service.
For instance the Manager allows you:
The following screenshot shows the Datalet management page. The left side menu shows the different features that can be configured.
Once you have activated a subscription and configured your service, mrest exposes an API that can be used by your Clients.
The API has its own URL such as https://beta.mrest.io/demo
For example the documents of the messages collection can be retrieved via the following HTTP request:
$ curl --header "key:demo" https://beta.mrest.io/demo/messages [ { "_id": { "$oid": "5b190505684fed7886ca2054" }, "from": "uji", "message": "RESTHeart rocks", "timestamp": { "$date": 1528366341481 } }, { "_id": { "$oid": "5b18dbb4684fed7886ca1ade" }, "from": "mkj6", "message": "hello", "timestamp": { "$date": 1528355764101 } }, ... ]
mrest is built on the best open source stack. No secrets, it comprises RESTHeart and MongoDB and runs on a secure and highly scalable infrastructure on AWS.
Cloud services usually lock you in. Your application might grow with hard dependencies on external providers. mrest is open and does not put any constraint on your application.
You own your data and can always get it back on-premises.
Life is too short to develop yet another Data API.