SIENTIAPDE-1084

Update README.md to correct the flowchart syntax for the Scouter Workflow Architecture, changing from 'flowchart-elk' to 'flowchart' to ensure proper rendering and maintain clarity in visualizing data processing steps.
This commit is contained in:
vitor-aignosi
2025-08-29 16:43:05 -03:00
parent abdec12635
commit 864bf0af96

View File

@@ -75,7 +75,7 @@ The **Scouter** workflow is the main entry point for data processing pipelines.
#### Architecture #### Architecture
```mermaid ```mermaid
flowchart-elk LR flowchart LR
A[1. get_last_data_timestamp] --> B[2. load_latest_data] --> C[3. put_last_data_timestamp] --> D[4. core_scouter ⬛] A[1. get_last_data_timestamp] --> B[2. load_latest_data] --> C[3. put_last_data_timestamp] --> D[4. core_scouter ⬛]
A -.-> Redis[(Redis)] A -.-> Redis[(Redis)]