Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 628 Bytes

File metadata and controls

22 lines (16 loc) · 628 Bytes

Architecture Overview

devlake-architecture

Architecture Diagram (data-flow perspective)

devlake-architecture

Architecture Diagram (component perspective)

Stack (from low to high)

  1. config
  2. logger
  3. models
  4. plugins
  5. services
  6. api / cli

Rules

  1. Higher layer calls lower layer, not the other way around
  2. Whenever lower layer neeeds something from higher layer, a interface should be introduced for decoupling
  3. Components should be initialized in a low to high order during bootstraping