- 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.
- Mastering Concurrency Programming with Java 8
- Google Flutter Mobile Development Quick Start Guide
- PHP程序設(shè)計(jì)(慕課版)
- Flink SQL與DataStream入門、進(jìn)階與實(shí)戰(zhàn)
- AutoCAD VBA參數(shù)化繪圖程序開(kāi)發(fā)與實(shí)戰(zhàn)編碼
- Symfony2 Essentials
- Hands-On Full Stack Development with Go
- PHP從入門到精通(第4版)(軟件開(kāi)發(fā)視頻大講堂)
- ScratchJr趣味編程動(dòng)手玩:讓孩子用編程講故事
- Web性能實(shí)戰(zhàn)
- C語(yǔ)言程序設(shè)計(jì)實(shí)訓(xùn)教程與水平考試指導(dǎo)
- C++ Application Development with Code:Blocks
- OpenCV Android Programming By Example
- Hacking Android
- jQuery從入門到精通(微課精編版)