From 4c929fe86663980f7f817f5a0bbcb3fafdbcbb3c Mon Sep 17 00:00:00 2001 From: vitor-aignosi Date: Fri, 29 Aug 2025 16:55:42 -0300 Subject: [PATCH] SIENTIAPDE-1084 Remove outdated key components section from README.md to streamline the documentation and focus on the CoreScouter Workflow. --- README.md | 7 ------- 1 file changed, 7 deletions(-) diff --git a/README.md b/README.md index a68ca0c..b45c2ed 100644 --- a/README.md +++ b/README.md @@ -83,13 +83,6 @@ flowchart LR C -.-> Redis ``` -### Key Components - -- **Scouter Workflow**: Main orchestrator for incremental data processing -- **Redis Activities**: Timestamp management for incremental processing -- **MongoDB Activities**: Raw data retrieval from collections -- **CoreScouter (Black Box)**: Complete data processing pipeline including quality gates, aggregation, and PostgreSQL export - ### 2. CoreScouter Workflow (`core_scouter.py`)