Skip to content

Latest commit

 

History

History
88 lines (49 loc) · 3.5 KB

File metadata and controls

88 lines (49 loc) · 3.5 KB

> Home > Views & Perspectives < Prev | Next >


C4 Models

A C4 model is a common set of abstractions used to describe the static structure of a software system; these abstractions having four levels: software system, containers, components and code. People use the software system.

The following diagrams use the standard C4 notation.

C4 Model Key

C4ModelKey

Context Diagram (Level 1 - top level)

A System Context diagram provides a starting point, showing how the software system in scope fits into the world around it.^ This diagram shows how the main users of Farmacy Family interact with the system, and the other systems that Farmacy Family system interacts with.

Context Diagram

Container Diagram (Level 2)

A Container diagram zooms into the software system in scope, showing the high-level technical building blocks.^ The following diagram breaks down the Farmacy Family system into groups of related functionality, or domains, and shows how they interact with each other and how the users of the system interact with the functionality.

Container Diagram

Component Diagrams (Level 3)

A Component diagram zooms into an individual container, showing the components inside it.^ The following diagrams break down the containers/functionality shown above further, into components which represent individually deployable services.

Relevant ADRs

Medical Management

The following diagram shows the individually deployable services in the Medical Management domain, and how they interact with each other, users and other domains.

Relevant ADRs

Medical Component Diagram

User Management

The following diagram shows the individually deployable services in the User Management domain, and how they interact with each other, users and other domains.

Relevant ADRs

User Component Diagram

Analytics Management

The following diagram shows the individually deployable services in the Analytics Management domain, and how they interact with each other, users and other domains.

Relevant ADRs

User Component Diagram

Next Steps

  • Add Analytics Management
  • Add Community Management
  • Add Datastore Management
  • Add Messaging Management

^ explanations from https://c4model.com/


> Home > Views & Perspectives < Prev | Next >