Infogoal Logo
GOAL DIRECTED LEARNING
Master DW

Data and Analytics Tutorial

Data and Analytics Overview
Under Construction

Data and Analytics Success

Data and Analytics Strategy
Project Management
Data Analytics Methodology
Quick Wins
Data Science Methodology

Requirements

BI Requirements Workshop

Architecture and Design

Architecture Patterns
Technical Architecture
Data Attributes
Data Modeling Basics
Dimensional Data Models

Enterprise Information Management

Data Governance
Metadata
Data Quality

Data Stores and Structures

Data Sources
Database Choices
Big Data
Atomic Warehouse
Dimensional Warehouse
Logical Data Warehouse
Data Lake
Operational Datastore (ODS)
Data Vault
Data Science Sandbox
Flat Files Data
Graph Databases
Time Series Data

Data Integration

Data Pipeline
Change Data Capture
Extract Transform Load
ETL Tool Selection
Data Warehoouse Automation
Data Wrangling
Data Science Workflow

BI and Data Visualization

BI - Business Intelligence
Data Viaulization

Data Science

Statistics
Descriptive Analytics
Predictive Analytics
Prescriptive Analytics

Test and Deploy

Testing
Security Architecture
Desaster Recovery
Rollout
Sustaining DW/BI

Dimensional Data Warehouse / Star Schema

The Dimensional Data Warehouse is a database that supports Business Intelligence operations by organizing data into Dimensions and Facts, also known as a Star Schema. The “Dimensional Data Model” was popularized by Ralph Kimball and others in the 1980s to support business needs for analytical operations. This approach has stood the test of time and is the recommended way to organize data for business intelligence query and analysis. This is the structure that supports: drill down, roll up, flexible filtering, and "Slice and Dice".

The Dimensional Warehouse tends to be composed of the following zones or similar zones with different names:

  • Ingest: zone where data is input to the database. It is best practice to limit database inputs to the Ingest Zone.
  • Core: zone where subject content is stored. This is central focus of the database. It is best practice to isolate the Core Zone from external processes and databases.
  • Expose: zone where data is made available outside of the database. Business Intelligence and Data Visualization tools typically access this zone.
  • Process: zone where database processes are tracked and controlled. It is best practice to use the same Process Zone schema across databases.
  • Archive: zone where history data is stored in Raw Immutable form. This means that data is stored in the Ingest form and not is not altered which makes for an effective audit trail.
  • Metadata: zone where data describing database content and structure are stored. Glossaries and Data Lineage are examples of data managed here. It is best practice to use the same Metadata Zone schema across databases or to share a Metadata repository across the enterprise.
  • Notify: zone where logs of events are stored. It is best practice to use the same Process Zone schema across databases. Notifications may be sent to a centralized Notifications System or Database.

The Dimensional Warehouse Core is organized around these types of tables:

  • Dimension: contains descriptive information often used as labels and filter criteria.
  • Fact: contains measurements / numeric information.
  • Bridge: an associative table that implements a many to many relationship between fact and dimension tables.
  • Guide: tables that enable efficient and effective data access such as: hierarchy navigation, supertype / subtype and use conditions.
  • Reference: tables that contains static lookup data such as: calendards, currencies, countries and transaction codes.

Dimensional Data Warehouse - Level 3


Advertisements

Advertisements:
 


Infogoal.com is organized to help you gain mastery.
Examples may be simplified to facilitate learning.
Content is reviewed for errors but is not warranted to be 100% correct.
In order to use this site, you must read and agree to the terms of use, privacy policy and cookie policy.
Copyright 2006-2020 by Infogoal, LLC. All Rights Reserved.

Infogoal Logo