cmc/org-templates
Org-mode templates.
clone: git clone https://gitbay.org/cmc/org-templates.git
main: templates/infrastructure/system-architecture.org · raw
1#+TITLE: System Architecture - [System Name]
2#+DATE: %<%Y-%m-%d>
3#+FILETAGS: :infra:architecture:
4
5* Overview
6Brief description of the system or service.
7
8* Components
9- Component A: Description
10- Component B: Description
11
12* Data Flow
13
14#+BEGIN_SRC dot :file dataflow.png :exports results :cmdline -Tpng
15digraph G {
16 Client -> API -> Worker -> DB;
17}
18#+END_SRC
19
20* Dependencies
21
22* Diagrams
23Attach or link to diagrams here.