Skip to content

Commit 4fe49d6

Browse files
committed
fixed system diagram plot (exported to png and updated .md)
1 parent 421e1c7 commit 4fe49d6

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ cause `match-case` was introduced first in `Python 3.10`.
128128
> [!WARNING]
129129
> Detailed, up-to-date architecture diagrams are in [this file](files_for_readme/ARCHITECTURE_IN_DETAILS.md).
130130
131-
<img src="./files_for_readme/system_diagram.svg" alt="system diagram">
131+
<img src="./files_for_readme/system_diagram.png" alt="system diagram">
132132

133133
The platform is built on three main pillars:
134134

files_for_readme/ARCHITECTURE_IN_DETAILS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Preciser info about peculiarities of separate components (SSE, Kafka topics, DLQ
66

77
## Top-level system (containers/services)
88

9-
<img src="./system_diagram.svg" alt="System diagram">
9+
<img src="./system_diagram.png" alt="System diagram">
1010

1111
The SPA hits the frontend, which proxies to the API over HTTPS; the API
1212
serves both REST and SSE. Kafka carries events with Schema Registry and Zookeeper backing it; kafka-
1010 KB
Loading

0 commit comments

Comments
 (0)