From 99e4a3d8adcb5fad1d8eb77b9c519a979079eb31 Mon Sep 17 00:00:00 2001 From: Christian Cleberg Date: Wed, 4 Jun 2025 11:23:13 -0500 Subject: feat: initial commit --- templates/infrastructure/system-architecture.org | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 templates/infrastructure/system-architecture.org (limited to 'templates/infrastructure/system-architecture.org') diff --git a/templates/infrastructure/system-architecture.org b/templates/infrastructure/system-architecture.org new file mode 100644 index 0000000..6d1a24e --- /dev/null +++ b/templates/infrastructure/system-architecture.org @@ -0,0 +1,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. \ No newline at end of file -- cgit v1.2.3-70-g09d2