Hello everyone,
How to achieve the microservice based architecture in Outsystem, any doc and sample apps are available in forums to understand the concept.
Hello,
Please refer to below links.
https://success.outsystems.com/documentation/best_practices/architecture/designing_the_architecture_of_your_outsystems_applications/microservices_architecture_in_outsystems/
https://success.outsystems.com/documentation/best_practices/architecture/outsystems_domain_driven_architecture/understanding_microservices/
https://itnext.io/outsystems-microservices-architecture-use-case-edf522608077
https://www.outsystems.com/glossary/what-is-microservice/
Hope that helps.
Regards,
Anees
Thanks
Mohd Anees Mansoori for quick reply
Are there any samples OML which can help to understands the concept?
I found this Component on forge which says it is based on microservice architecture, but it is a business solution that's why direct download option is not available.
@Soni Rawat - You can find the idea of implementation on the below link:
Generally, here outsystem application get access to the business service layer with the usage of REST / SOAP API and Business Service layer or service modules should be implemented in the microservice patterns.