Data Warehouse Design

Designs a data warehouse structure by selecting star or snowflake schema, defining fact tables and dimension tables, specifying grain for each fact table, and producing the entity-relationship description. Outputs a complete warehouse schema specification. Use when the user asks to design a data warehouse, build a dimensional model, create fact and dimension tables, or plan an analytics schema for reporting. Do NOT use for operational database schema design (use data-schema-design), ETL pipeline logic (use etl-pipeline-design), or dashboard layout (use bi-dashboard-spec).

FerroxLabs aa5822f 2 files · 18.7 KB Updated 37 repo stars

File contents

ferroxlabs/murage/tree/main/skills-library/data-warehouse-design commit aa5822fb96

Frequently asked questions

npx skillmds@latest add ferroxlabs/data-warehouse-design