SIENTIAPDE-1084

Update README.md to modify the Scouter Workflow flowchart, replacing the icon for the core_scouter step with a refresh symbol for better visual representation of data processing continuity.
This commit is contained in:
vitor-aignosi
2025-08-29 16:55:21 -03:00
parent 864bf0af96
commit da15f2d40d

View File

@@ -76,7 +76,7 @@ The **Scouter** workflow is the main entry point for data processing pipelines.
```mermaid
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)]
B -.-> MongoDB[(MongoDB)]