Skip to content

Commit eec3c60

Browse files
Merge pull request #182 from Quantum-Software-Development/FabianaCampanari-patch-1
Update README.md
2 parents 54c2e3e + a21d729 commit eec3c60

1 file changed

Lines changed: 23 additions & 0 deletions

File tree

README.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -218,6 +218,29 @@ These core areas align with the official syllabus topics such as [information se
218218
<br><br>
219219

220220

221+
## 🏗️ High‑Level System Architecture
222+
223+
224+
<br>
225+
226+
```mermaid
227+
%%{init: {'theme':'dark', 'themeVariables': {
228+
'primaryColor': '#020617',
229+
'primaryTextColor': '#e2e8f0',
230+
'primaryBorderColor': '#14b8a6',
231+
'lineColor': '#14b8a6',
232+
'fontSize': '14px'
233+
}}}%%
234+
235+
flowchart LR
236+
237+
A["Bloomberg / Public APIs / OSINT Sources"] --> B["Data Ingestion"]
238+
B --> C["Processing & Feature Engineering"]
239+
C --> D["SQL / NoSQL Storage"]
240+
D --> E["Machine Learning & Anomaly Detection"]
241+
E --> F["Secure REST API"]
242+
F --> G["Dashboards, Reports & Applications"]
243+
```
221244

222245

223246

0 commit comments

Comments
 (0)