IST722 Data Warehousing Technical Architecture Michael A. Fudge, Jr. * Figures taken from Kimball Ch. 4.

Slides:



Advertisements
Similar presentations
Working Approach to a Strategically Aligned Business Intelligence solution (WASABIs) THINK.CHANGE.DO.
Advertisements

Data Warehousing – An Introductory Perspective
Outline What is a data warehouse? A multi-dimensional data model Data warehouse architecture Data warehouse implementation Further development of data.
Business Intelligence
James Serra – Data Warehouse/BI/MDM Architect
Copyright © Starsoft Inc, Data Warehouse Architecture By Slavko Stemberger.
Data Warehousing M R BRAHMAM.
Introduction to data warehouses
Data Warehouse IMS5024 – presented by Eder Tsang.
MS DB Proposal Scott Canaan B. Thomas Golisano College of Computing & Information Sciences.
Chapter 15 Data Warehousing, OLAP, and Data Mining
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 2: Data Warehousing
IST722 Data Warehousing An Introduction to Data Warehousing Michael A. Fudge, Jr.
A Look at KSU's Progression Tracking System for Support of Retention, Progression, and Graduation Erik Bowe & Donna Hutcheson Georgia Summit 2006 September.
How Business Intelligence Software Works and a Brief Overview of Leading Products Jai Windsor MIS 5973 December 8, 2005.
Data Warehouse Toolkit Introduction. Data Warehouse Bill Inmon's paradigm: Data warehouse is one part of the overall business intelligence system. An.
Components of the Data Warehouse Michael A. Fudge, Jr.
Building a Data Warehouse with SQL Server Presented by John Sterrett.
ETL Design and Development Michael A. Fudge, Jr.
IST722 Data Warehousing Project Management & Requirements Gathering Michael A. Fudge, Jr.
Agenda Common terms used in the software of data warehousing and what they mean. Difference between a database and a data warehouse - the difference in.
An Introduction to Infrastructure Ch 11. Issues Performance drain on the operating environment Technical skills of the data warehouse implementers Operational.
IST722 Data Warehousing Business Intelligence Design and Development Michael A. Fudge, Jr.
1 Brett Hanes 30 March 2007 Data Warehousing & Business Intelligence 30 March 2007 Brett Hanes.
IST722 Data Warehousing Business Intelligence Development with SQL Server Analysis Services and Excel 2013 Michael A. Fudge, Jr.
1 Business Intelligence De-Mystified Ben Bor NZ Ministry of Health Ben Bor NZ Ministry of Health.
Fall CIS 764 Database Systems Design L18.3 Business Intelligence Aspects (aka Decision support systems) (Slides support.
Data Warehousing.
1 Reviewing Data Warehouse Basics. Lessons 1.Reviewing Data Warehouse Basics 2.Defining the Business and Logical Models 3.Creating the Dimensional Model.
Datawarehouse A sneak preview. 2 Data Warehouse Approach An old idea with a new interest: Cheap Computing Power Special Purpose Hardware New Data Structures.
Physical Design Michael A. Fudge, Jr.
Creating a Data Warehouse Data Acquisition: Extract, Transform, Load Extraction Process of identifying and retrieving a set of data from the operational.
An Analysis of the Publication "An Overview of Data Warehousing and OLAP Technology” by Surajit Chaudhuri, Umeshwar Dayal Michael Goshey University of.
Business Intelligence Transparencies 1. ©Pearson Education 2009 Objectives What business intelligence (BI) represents. The technologies associated with.
1 Database Systems, 8 th Edition 1 Chapter 13 Business Intelligence and Data Warehouses Objectives In this chapter, you will learn: –How business intelligence.
CS 157B: Database Management Systems II April 10 Class Meeting Department of Computer Science San Jose State University Spring 2013 Instructor: Ron Mak.
Zhangxi Lin Texas Tech University
1 Database Systems, 8 th Edition Star Schema Data modeling technique –Maps multidimensional decision support data into relational database Creates.
Copyright © 2006, Oracle. All rights reserved. Czinkóczki László oktató Using the Oracle Warehouse Builder.
Business Intelligence and Decision Support Systems (9 th Ed., Prentice Hall) Chapter 5: Data Warehousing.
Enterprise Data Warehouse A Technical Perspective Tony Dalwood Information Architecture & Management University of South Australia.
Data Warehouse/Data Mart It’s all about the data.
Data Modelling for Beginners. About Coeo Senior DBA Microsoft Certified Master SQL Server Studying MSc Data Science at Dundee University.
Presented By: Pedel Oppong-Abebrese,Pedel Oppong-Abebrese Michael Boadi, William Osei, Nana Amoa OforiMichael BoadiWilliam OseiNana Amoa Ofori DATA WAREHOUSING.
DATA WAREHOUSING TECHNIQUES ROUNDTABLE Kathy Bronson Trevyn Bowden Clackamas Communtiy College 7/2016 Information Technology Forest Grove, Oregon NWEUG.
Overview of Data Warehousing (DW) and OLAP
Project Management & Requirements Gathering Michael A. Fudge, Jr.
Advanced Applied IT for Business 2
Zhangxi Lin Texas Tech University
Building Data ware House
IST722 Data Warehousing Master Data Management and Data Governance
Chapter 13 The Data Warehouse
Designing Business Intelligence Solutions with Microsoft SQL Server
Business Intelligence Design and Development Michael A. Fudge, Jr.
Data Warehouse.
Chapter 8: Data Warehousing
Designing Business Intelligence Solutions with Microsoft SQL Server
SSIS Demo Michael A. Fudge, Jr.
Implementing Data Models & Reports with Microsoft SQL Server
Components of the Data Warehouse Michael A. Fudge, Jr.
Data Warehouse and OLAP
An Introduction to Data Warehousing
Data Warehouse Architecture
Warehouse Architecture
Data Warehouse Architecture
Chapter 3 DATA WAREHOUSING.
Technical Architecture
Matthew Stephen – SQL Server Evangelist
Data Warehouse and OLAP
Presentation transcript:

IST722 Data Warehousing Technical Architecture Michael A. Fudge, Jr. * Figures taken from Kimball Ch. 4

Objective: Understand the technical architecture required by the data warehouse.

Recall: Kimball Lifecycle

Architecture != Infrastructure Technical Architecture A Framework of rules, decisions, and structures for the overall design of a system. Technical Infrastructure A physical means of implementing a technical architecture through hardware and software.

Check Yourself TECHNICAL ARCHICETURE What Kimball mean by: “front room architecture”? “back room architecture”? What are the 3 main system architectures of the model? ?

Kimball: DW/BI System Architecture Model * Figure 4-1 from Kimball text

Back Room and Front Room Architectures Back Room Behind the scenes. No direct interaction with the business users. Front Room Business users see and interact with this architecture.

3 System Architectures 1.Back-Room: ETL System (We’ll cover this next class) 2.Back-Room and Front Room: Presentation Server (We’ve covered this already) 3.Front-Room: BI Applications (We’ll cover this in 2 classes)

Metadata The information that describes our technical architecture. Spans all 3 System Architectures: Back, Presentation & Front. Technical Metadata – Infrastructure oriented. Indexes, table partitions, data types, data transformations. Business Metadata – User oriented. Data structure definitions, Data dictionaries, implicit data hierarchies. Process Metadata – System oriented. Performance metrics and measurements. The Audit Dimension.

Back Room Architectur e Behind the scenes. No direct interaction with the business users. ETL System + Parts of the Presentation Server

Presentation Server Architecture Dimensional Models as ROLAP Star Schemas, MOLAP Cubes Enterprise Bus Architecture Conformed Dimensions across fact tables.

Front- Room Architectur e Business users see and interact with this architecture. Business Intelligence Reports, Cube Explorers, Data mining, Dashboards, Scorecards.

Kimball v Inmon Compare and contrast to the CIF: Front / Back Room? ETL / PS / BI? Similarities? Differences?

Kimball v Inmon Compare and contrast to the CIF: Front Room Presentation Back Room Similarities? Differences?

A Closing Group Activity - More Product Evals! Research the following products. What does it do? How does it fit within the Kimball architecture? Front room? Presentation Server? Back Room? Do you need your own infrastructure? Three Products: Board ( Snaplogic ( Spark ( Take 18 Minutes!

IST722 Data Warehousing Technical Architecture Michael A. Fudge, Jr.