Skip to content

Latest commit

 

History

History
32 lines (26 loc) · 1.71 KB

File metadata and controls

32 lines (26 loc) · 1.71 KB

IBM-Data Warehousing-BI-Analytics

Scenario

You are a data engineer hired by a solid waste management company. The company collects and recycles solid waste across major cities in the country of Brazil. The company operates hundreds of trucks of different types to collect and transport solid waste. The company would like to create a data warehouse so that it can create reports like

total waste collected per year per city
total waste collected per month per city
total waste collected per quarter per city
total waste collected per year per trucktype
total waste collected per trucktype per city
total waste collected per trucktype per station per city

You will use your data warehousing skills to design and implement a data warehouse for the company.

Objectives

  1. Design a Data Warehouse
  2. Load data into Data Warehouse
  3. Write aggregation queries
  4. Create Materialized Query Tables (MQTs)
  5. Create a Dashboard