- Building Microservices with .NET Core 2.0(Second Edition)
- Gaurav Aroraa
- 168字
- 2021-07-02 20:13:02
Module interdependency
This should always be the starting point when trying to transition a monolithic application to microservice-style architecture. Identify and pick up those parts of the application that are least dependent on other modules and have the least dependency on them, as well.
It is very important to understand that by identifying such parts of the application, you are not just trying to pick up the least challenging parts to deal with. However, at the same time, you have identified seams, which are the most easily visible ones. These are parts of the application where we will perform the necessary changes first. This allows us to completely isolate this part of the code from the rest of the system. It should be ready to become a part of the microservice or deployed in the final stage of this exercise.
Even though such seams have been identified, the capability to achieve microservice-style development is still a little further away. This is a good start, though.
- Practical Data Analysis Cookbook
- 演進(jìn)式架構(gòu)(原書第2版)
- Java范例大全
- Python入門很簡(jiǎn)單
- 深入理解Django:框架內(nèi)幕與實(shí)現(xiàn)原理
- oreilly精品圖書:軟件開發(fā)者路線圖叢書(共8冊(cè))
- Python應(yīng)用輕松入門
- Effective Python Penetration Testing
- Full-Stack React Projects
- Visual Basic程序設(shè)計(jì)與應(yīng)用實(shí)踐教程
- Windows Phone 7.5:Building Location-aware Applications
- 案例式C語(yǔ)言程序設(shè)計(jì)實(shí)驗(yàn)指導(dǎo)
- Natural Language Processing with Python Quick Start Guide
- Pandas 1.x Cookbook
- Neo4j權(quán)威指南 (圖數(shù)據(jù)庫(kù)技術(shù)叢書)