aboutsummaryrefslogtreecommitdiff
path: root/templates/infrastructure/system-architecture.org
blob: 6d1a24e7c90d538223478f00bfebdd0e0543df9d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
#+TITLE: System Architecture - [System Name]
#+DATE: %<%Y-%m-%d>
#+FILETAGS: :infra:architecture:

* Overview
Brief description of the system or service.

* Components
- Component A: Description
- Component B: Description

* Data Flow

#+BEGIN_SRC dot :file dataflow.png :exports results :cmdline -Tpng
digraph G {
  Client -> API -> Worker -> DB;
}
#+END_SRC

* Dependencies

* Diagrams
Attach or link to diagrams here.