SIENTIAPDE-1084

Refactor README.md to streamline the Scouter Workflow Architecture section by consolidating the flowchart into a single line format for improved readability and clarity.
This commit is contained in:
vitor-aignosi
2025-08-29 16:28:49 -03:00
parent cbad5df8d2
commit f5c4d38a7a

View File

@@ -72,15 +72,11 @@ The **Scouter** workflow is the main entry point for data processing pipelines.
} }
``` ```
## Scouter Workflow Architecture #### Architecture
## Fluxo do Scouter Workflow
```mermaid ```mermaid
flowchart TD flowchart LR
A[1. get_last_data_timestamp] --> B[2. load_latest_data] A[1. get_last_data_timestamp] --> B[2. load_latest_data] --> C[3. put_last_data_timestamp] --> D[4. core_scouter ⬛]
B --> C[3. put_last_data_timestamp]
C --> D[4. core_scouter ⬛]
A -.-> Redis[(Redis)] A -.-> Redis[(Redis)]
B -.-> MongoDB[(MongoDB)] B -.-> MongoDB[(MongoDB)]