Skip to content

Instantly share code, notes, and snippets.

@yatsu
yatsu / Data_Engineering_Lifecycle.md
Created September 26, 2025 06:20
Data Engineering Lifecycle - Mermaid Diagram
flowchart LR
    %% Generation (outside)
    Generation[🔄 Generation]
    
    %% Core pipeline stages with single boxes
    subgraph Pipeline[ ]
        Ingestion[📥 Ingestion]
        Storage[(💾 Storage)]
        Transformation[⚙️ Transformation]