Hello Nicolas,
If i understood your question correctly, you want to retrieve and update the data from/to other database with some scheduler event. so, it will call the service in every interval of time. Then this is possible with mendix via REST API integration and Scheduler event.
Hi Nicolas,
the short answer to your question is: yes for sure.
The application you create will run continuously even if no users are logged in.
A free application will go to sleep after a period of inactivity, but there are multiple (easy) ways to avoid this. Feel free to contact me for more information.
I have seen multiple usecases of Mendix being used in the way you call it a ‘backend application’.
Hi Nicolas,
You can!!
Its very easy to setup a Middleware/Wrapper like APP in Mendix
All you need is some modules read-to-go from Marketplace to hook your MindSphere account and create a Scheduled Event and a Published Rest Service in your mx app.
https://docs.mendix.com/partners/siemens/mindsphere-app-service/#using-rest
https://docs.mendix.com/refguide/published-rest-service/
https://academy.mendix.com/link/paths/114/MindSphere-IIoT-for-Makers
https://docs.mendix.com/refguide/scheduled-events-task-queue/
Saludos