 Data Warehouse Architecture By: Harrison Reid. Outline  What is a Data Warehouse Architecture  Five Main Data Warehouse Architectures  Factors That.

Slides:



Advertisements
Similar presentations
Chapter 10: Designing Databases
Advertisements

Data Manager Business Intelligence Solutions. Data Mart and Data Warehouse Data Warehouse Architecture Dimensional Data Structure Extract, transform and.
ITEC 423 Data Warehousing and Data Mining Lecture 3.
Training of master Trainers Workshop 10 – 15 November 2012 e-Services Design and Delivery Module IIX Emilio Bugli Innocenti.
8.
Information Integration. Modes of Information Integration Applications involved more than one database source Three different modes –Federated Databases.
An Introduction to Dimensional Data Warehouse Design Presented by Joseph J. Sarna Jr. JJS Systems, LLC.
File Systems and Databases
Ch1: File Systems and Databases Hachim Haddouti
1 ACCTG 6910 Building Enterprise & Business Intelligence Systems (e.bis) The Data Warehouse Lifecycle Olivia R. Liu Sheng, Ph.D. Emma Eccles Jones Presidential.
Chapter 5 DATA WAREHOUSING.
8 Systems Analysis and Design in a Changing World, Fifth Edition.
Telecommunication Case Study CS 543 – Data Warehousing.
The database development process
Chapter 8: Data Warehousing
Data Warehousing DSCI 4103 Dr. Mennecke Introduction and Chapter 1.
Architectural Design Establishing the overall structure of a software system Objectives To introduce architectural design and to discuss its importance.
Data warehousing theory and modelling techniques Building Dimensional Models.
BUSINESS INTELLIGENCE/DATA INTEGRATION/ETL/INTEGRATION AN INTRODUCTION Presented by: Gautam Sinha.
Chapter 1 Database Systems. Good decisions require good information derived from raw facts Data is managed most efficiently when stored in a database.
Chapter 2 Data Warehousing
Understanding Data Warehousing
Database Design - Lecture 1
AL-MAAREFA COLLEGE FOR SCIENCE AND TECHNOLOGY INFO 232: DATABASE SYSTEMS CHAPTER 1 DATABASE SYSTEMS (Cont’d) Instructor Ms. Arwa Binsaleh.
Data Warehouse Development Methodology
BMI Consulting Business Intelligence Roadmap Business Analysis Requirements Subject Modeling.
Business Intelligence and Decision Support Systems (9 th Ed., Prentice Hall) Chapter 8: Data Warehousing.
Bus Architecture. Value Chain Identifies the natural logical flow of an organization’s primary activities Operational source systems produce snapshots.
The Data Warehouse “A data warehouse is a subject-oriented, integrated, time-variant, and nonvolatile collection of “all” an organisation’s data in support.
1 Reviewing Data Warehouse Basics. Lessons 1.Reviewing Data Warehouse Basics 2.Defining the Business and Logical Models 3.Creating the Dimensional Model.
McGraw-Hill/Irwin Copyright © 2013 by The McGraw-Hill Companies, Inc. All rights reserved. Chapter 5 Data Resource Management.
Information Systems Engineering. Lecture Outline Information Systems Architecture Information System Architecture components Information Engineering Phases.
5 - 1 Copyright © 2006, The McGraw-Hill Companies, Inc. All rights reserved.
CISB594 – Business Intelligence
Technology Guide 3 Data & Database. Agenda Definition File processing problems Database Selection criteria.
MANAGING DATA RESOURCES ~ pertemuan 7 ~ Oleh: Ir. Abdul Hayat, MTI.
Sachin Goel (68) Manav Mudgal (69) Piyush Samsukha (76) Rachit Singhal (82) Richa Somvanshi (85) Sahar ( )
9 Systems Analysis and Design in a Changing World, Fourth Edition.
Dimensional Modeling Primer Chapter 1 Kimball & Ross.
CISB594 – Business Intelligence Data Warehousing Part I.
CISB594 – Business Intelligence Data Warehousing Part I.
CISB594 – Business Intelligence Data Warehousing Part I.
Database Systems. Role and Advantages of the DBMS Improved data sharing Improved data security Better data integration Minimized data inconsistency Improved.
Creating a Data Warehouse Data Acquisition: Extract, Transform, Load Extraction Process of identifying and retrieving a set of data from the operational.
Decision Support Systems Data Warehousing. Modified from Decision Support Systems and Business Intelligence Systems 9E. 1-2 Learning Objectives Understand.
1 ISQS 3358, Business Intelligence Data Warehousing Zhangxi Lin Texas Tech University 1.
Chapter 2 Data Warehousing. Learning Objectives  Understand the basic definitions and concepts of data warehouses  Understand data warehousing architectures.
By N.Gopinath AP/CSE.  The data warehouse architecture is based on a relational database management system server that functions as the central repository.
CSC 351 FUNDAMENTALS OF DATABASE SYSTEMS. LECTURE 1: INTRODUCTION TO DATABASES.
Database Systems: Design, Implementation, and Management Eighth Edition Chapter 1 Database Systems.
 Understand the basic definitions and concepts of data warehouses  Describe data warehouse architectures (high level).  Describe the processes used.
Chapter 8: Data Warehousing. Data Warehouse Defined A physical repository where relational data are specially organized to provide enterprise- wide, cleansed.
Business Intelligence and Decision Support Systems (9 th Ed., Prentice Hall) Chapter 8: Data Warehousing.
Copyright © 2016 Pearson Education, Inc. Modern Database Management 12 th Edition Jeff Hoffer, Ramesh Venkataraman, Heikki Topi CHAPTER 9: DATA WAREHOUSING.
1 Management Information Systems M Agung Ali Fikri, SE. MM.
Business Intelligence and Decision Support Systems (9 th Ed., Prentice Hall) Chapter 8: Data Warehousing.
DATA WAREHOUSING. Learning Objectives  Understand the basic definitions and concepts of data warehouses  Understand data warehousing architectures 
Final Review Systems Analysis and Design in a Changing World, 4th Edition 1 Final Review u Chapters 1-6, 8-10, 13, 14, 15 u Multiple choice, short answer,
Advanced Applied IT for Business 2
Data Warehouse—Subject‐Oriented
Chapter 8: Data Warehousing
Data Warehouse Architecture
MANAGING DATA RESOURCES
File Systems and Databases
Chapter 5 Data Resource Management.
Data Warehouse Architecture
Warehouse Architecture
Data Warehouse Architecture
Technical Architecture
Presentation transcript:

 Data Warehouse Architecture By: Harrison Reid

Outline  What is a Data Warehouse Architecture  Five Main Data Warehouse Architectures  Factors That Affect Choosing A Data Warehouse Architecture  Summary  Bibliography

What is a Data Warehouse Architecture  Primarily based on the business processes of a business enterprise  Conceptualization of how the data warehouse is built

Five Main Data Warehouse Architectures  Independent Data Marts  Data Mart Bus Architecture  Hub-and-Spoke  Centralized Data Warehouse  Federated Architecture

Independent Data Marts  Data marts that are independent of each other  Often created by organization units  Inconsistent data definitions and different dimensions and measures

Independent Data Marts Diagram Source systems Staging area Independent data marts (atomic/summariz ed data) End-user access and applications

Data Mart Bus Architecture  Creation starts with a business requirements analysis for a specific process such as orders, deliveries, customer calls, or billing.  One mart is created for a single business process  Additional marts are developed using the conformed dimensions of the first mart

Data Mart Bus Architecture Diagram Source systems Staging area Dimensionalized data marts linked by conformed dimensions (atomic/summariz ed data) End-user access and applications

Hub-and-Spoke  Developed after an enterprise-level analysis of data requirements  Focused on building a scalable and maintainable infrastructure  Developed in an iterative manner  Dependent data marts obtain the data from the warehouse  Consist of a centralized hub that accepts requests from multiple applications that are connected through spokes

Hub-and-Spoke Diagram Source systems Staging area Normalized relational warehouse (atomic data) End-user access and applications Dependent data marts (summarized/some atomic data)

Centralized Data Warehouse  Similar to the hub-and-spoke architecture except there are no dependent data marts  Contains atomic-level data, some summarized data, and logical dimensional view of the data  Queries and applications access data

Centralized Data Warehouse Diagram Source systems Staging area End-user access and applications Normalized relational warehouse (atomic/some summarized data)

Federated Architecture  Leaves existing decision-support structures in place  Shares information among a number of different systems  Data is either logically or physically integrated  Shared keys  Global metadata  Distributed queries

Federated Architecture Diagram Existing data warehouses, data marts, and legacy systems Logical/physical integration of common data elements End user access and applications

Factors That Affect Choosing A Data Warehouse Architecture  Information Interdependence between Organizational Units  Upper Management’s Information Needs  Urgency of Need for a Data Warehouse  Nature of End-User Tasks  Constraints on Resources

Factors That Affect Choosing A Data Warehouse Architecture  Strategic View of the Data Warehouse Prior to Implementation  Compatibility with Existing Systems  Perceived Ability of the In-House IT Staff  Technical Issues  Social/Political Factors

Summary  The Data Mart Bus, Hub-and-Spoke, and Centralized Architectures are the most used  Many factors affect the choice of a Data Warehouse Architecture  Some Data Warehouse Architectures can be implemented on existing systems

Bibliography