Systems engineering without the bloat

Archie is a lightweight tool for generating model-based architecture diagrams.

Define a model...

config:
  writer: graphviz
model:
  elements:
    - name: user
      kind: actor
    - name: a
    - name: b
      children:
        - c
        - d
      associations:
        - source: c
          destination: d
  associations:
    - source: user
      destination: a
    - source: a
      destination: b/c

Context of A

arch 0xc000116960 a 0xc000116990 b 0xc000116960->0xc000116990 0xc000116930 user 0xc000116930->0xc000116960

Context of B

arch cluster_0xc0003269f0 b 0xc0003269c0 a 0xc000326a20 c 0xc0003269c0->0xc000326a20 0xc000326a50 d 0xc000326a20->0xc000326a50