Skip to content

Instantly share code, notes, and snippets.

@s0kil
Last active February 9, 2020 03:11
Show Gist options
  • Save s0kil/5e654cf53e2a91f933be827038b4d5a1 to your computer and use it in GitHub Desktop.
Save s0kil/5e654cf53e2a91f933be827038b4d5a1 to your computer and use it in GitHub Desktop.
C4 model

C4 model

1. System Context

  • Software systems
  • People SystemContext

2. Container

  • Software systems
  • People
  • Containers within the software system in scope Containers

3. Component

  • Software systems
  • People
  • Other containers within the parent software system of the container in scope
  • Components within the container in scope Components

4. Code

  • Code elements (e.g. classes, interfaces, etc) that are used to implement the component in scope Classes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment