Application architecture type-vertical split

1. Why decoupling

Because of the coupled systems, one hangs all hangs. So the purpose of decoupling is to improve the stability of the system.

2. How to quickly decouple:

Split vertically.

3. The scope of vertical split:

  1. business
  2. Code
  3. database
  4. R & D team

Four, stage

Vertical splitting will continue at all stages of architecture evolution

Guess you like

Origin blog.csdn.net/hudmhacker/article/details/108083289