Architecture Diagram (data-flow perspective)
Architecture Diagram (component perspective)
- config
- logger
- models
- plugins
- services
- api / cli
- Higher layer calls lower layer, not the other way around
- Whenever lower layer neeeds something from higher layer, a interface should be introduced for decoupling
- Components should be initialized in a low to high order during bootstraping