- Building Microservices with .NET Core
- Gaurav Kumar Aroraa Lalit Kale Kanwar Manish
- 170字
- 2021-07-02 22:08:14
Module interdependency
This should always be the starting point when trying to transition a monolithic application to the microservice-styled architecture. Identify and pick up those parts of the application first 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 would allow 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 are identified, the capability to achieve the microservice-styled development is still a little farther away. This is a good start, though.
- Visual C++數字圖像模式識別技術詳解
- VMware vSphere 6.7虛擬化架構實戰指南
- Mastering AndEngine Game Development
- Apache Mahout Clustering Designs
- 利用Python進行數據分析(原書第3版)
- 深入淺出PostgreSQL
- Couchbase Essentials
- Go語言底層原理剖析
- 代碼閱讀
- Unity Character Animation with Mecanim
- 嵌入式Linux C語言程序設計基礎教程
- 計算機程序的構造和解釋(JavaScript版)
- Flutter之旅
- Learning Redux
- 計算機視覺實戰:基于TensorFlow 2