Skip to content

Commit a21d729

Browse files
Update README.md
Signed-off-by: Fabiana ⚡️ Campanari <113218619+FabianaCampanari@users.noreply.github.com>
1 parent 54c2e3e commit a21d729

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)