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:
10
README.md
10
README.md
@@ -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)]
|
||||||
|
|||||||
Reference in New Issue
Block a user