From abdec12635a9e55e0771343b5a5c51c83cf3b19d Mon Sep 17 00:00:00 2001 From: vitor-aignosi Date: Fri, 29 Aug 2025 16:42:33 -0300 Subject: [PATCH] SIENTIAPDE-1084 Update README.md to modify the Scouter Workflow Architecture flowchart, changing the layout to 'flowchart-elk' for improved clarity in visualizing data processing steps and interactions. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3e81348..e59f5e9 100644 --- a/README.md +++ b/README.md @@ -75,7 +75,7 @@ The **Scouter** workflow is the main entry point for data processing pipelines. #### Architecture ```mermaid -flowchart LR +flowchart-elk LR A[1. get_last_data_timestamp] --> B[2. load_latest_data] --> C[3. put_last_data_timestamp] --> D[4. core_scouter ⬛] A -.-> Redis[(Redis)]