What problem does it solve? Data teams face fragmented decisions across pipeline architecture, transformation tooling, orchestration, warehouse costs, and ML productionization, often leading to over-engineered stacks, runaway cloud bills, and unreliable data models. ## Core Features & Use Cases - Pipeline Architecture Guidance: Decision frameworks for ELT vs ETL, batch vs streaming, incremental loads, CDC with Debezium, and SCD2 implementation patterns. - Modern Data Stack Reference: Covers dbt three-layer project structure, orchestrator selection (Airflow/Dagster/Prefect), Python data tools (pandas/Polars/DuckDB/Spark), and lakehouse formats (Iceberg/Delta/Hudi). - Cost & Quality Controls: Concrete Snowflake, BigQuery, and Databricks cost levers plus layered data quality with dbt tests, Great Expectations, Soda Core, and Pandera. - Use Case: A data engineer asked to cut BigQuery spend and fix a slow dbt project gets partitioning/clustering guidance, materialization progression rules, and anti-pattern fixes in one place. ## Quick Start Ask how to structure a dbt project with staging, intermediate, and mart layers for a new Snowflake warehouse.