The system that ties every prior week together: raw sources land in a data lake, get orchestrated and transformed into a warehouse, then split into two consumers — traditional analytics, and a RAG pipeline that turns the same warehouse data into something an LLM can reason over.
Rendered with Mermaid — each color marks one architectural layer, matching the legend below.
API, CSV exports, PDFs — heterogeneous, arrive on their own schedules
Raw landing zone, partitioned by source and date (Week 5)
Schedules and sequences every downstream step (Week 7–8)
Distributed transform + SQL modeling into warehouse shape (Week 9–10, 7–8)
Star-schema fact/dim tables, the single source of truth (Week 4)
BI dashboards, reporting — the traditional consumer
Embeddings, vector search, and an LLM — your GenAI/LangChain differentiator