简体   繁体   中英

How can I migrate monolithic MEAN stack application to Micro Services?

We developed a monolithic MEAN stack application to manage Employees and Inventory in the office. How to use Employees as one service and Inventory as one service?

Your application should be decomposed into smaller self sufficient units to utilize the full benefits of micro-service architecture.

So, you need to create 2 separate applications one for Employee management and another for Inventory management.

Before decomposing your application make sure you need this or not. As decomposing applications brings number of challenges which was not their in monolithic application like distributed routing between independent components, Centralized security mechanism, Inter-communication between different micro-services etc.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM