- Building Microservices with .NET Core
- Gaurav Kumar Aroraa Lalit Kale Kanwar Manish
- 201字
- 2021-07-02 22:08:09
Solutions for current challenges
Business is growing rapidly, so we decide to open our e-commerce website in 20 more cities; however, we are still facing challenges with the existing application and struggling to serve the existing user base properly. In this case, before we start the transition, we should make our monolithic application ready for its transition to microservices.
In the very first approach, the Shopping cart module will be segregated into smaller modules, then you'll be able to make these modules interact with each other as well as external or third-party software:

This proposed solution is not sufficient for our existing application, though developers would be able to divide the code and reuse it. However, the internal processing of the business logic will remain the same without any change in the way it would interact with the UI or the database. The new code will interact with the UI and the database layer with the database still remaining as the same old single database. With our database remaining undivided and as tightly coupled layers, the problems of having to update and deploy the whole code base will still remain. So this solution is not suitable for resolving our problem.
- VMware View Security Essentials
- Testing with JUnit
- 軟件界面交互設計基礎
- 深入淺出Java虛擬機:JVM原理與實戰
- 跟小海龜學Python
- Java FX應用開發教程
- Instant 960 Grid System
- Building Mapping Applications with QGIS
- TypeScript項目開發實戰
- 運用后端技術處理業務邏輯(藍橋杯軟件大賽培訓教材-Java方向)
- Android項目實戰:手機安全衛士開發案例解析
- Access 2010中文版項目教程
- Cocos2d-x by Example:Beginner's Guide(Second Edition)
- SQL Server 2008實用教程(第3版)
- SaaS攻略:入門、實戰與進階