1 Brett Hanes 30 March 2007 Data Warehousing & Business Intelligence 30 March 2007 Brett Hanes.

Slides:



Advertisements
Similar presentations
1 Use or disclosure of data contained on this sheet is subject to the restriction on the title page of this proposal or quotation. An Introduction to Data.
Advertisements

IS 4420 Database Fundamentals Chapter 11: Data Warehousing Leon Chen
Business Information Warehouse Business Information Warehouse.
Technical BI Project Lifecycle
Data Warehousing M R BRAHMAM.
Data Warehouse Architecture Sakthi Angappamudali Data Architect, The Oregon State University, Corvallis 16 th May, 2005.
Data Warehouse IMS5024 – presented by Eder Tsang.
Chapter 3 Database Management
Chapter 13 The Data Warehouse
1 © Prentice Hall, 2002 Chapter 11: Data Warehousing.
Introduction to Building a BI Solution 권오주 OLAPForum
Business Intelligence
DATA WAREHOUSE (Muscat, Oman).
Center of Excellence for IT at Bellevue College. IT-enabled business decision making based on simple to complex data analysis processes  Database development.
Tanvi Madgavkar CSE 7330 FALL Ralph Kimball states that : A data warehouse is a copy of transaction data specifically structured for query and analysis.
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.
Data Warehousing Alex Ostrovsky CS157B Spring 2007.
BUSINESS INTELLIGENCE/DATA INTEGRATION/ETL/INTEGRATION AN INTRODUCTION Presented by: Gautam Sinha.
Basic Concepts of Datawarehousing An Overview Prasanth Gurram.
Week 6 Lecture The Data Warehouse Samuel Conn, Asst. Professor
©Silberschatz, Korth and Sudarshan18.1Database System Concepts - 5 th Edition, Aug 26, 2005 Buzzword List OLTP – OnLine Transaction Processing (normalized,
Understanding Data Warehousing
Best Practices for Data Warehousing. 2 Agenda – Best Practices for DW-BI Best Practices in Data Modeling Best Practices in ETL Best Practices in Reporting.
Data Warehouse Concepts Transparencies
The Business Intelligence Side of Blue Mountain RAM Bill Lucas, IT Systems Architect and Senior Software Engineer.
DW-1: Introduction to Data Warehousing. Overview What is Database What Is Data Warehousing Data Marts and Data Warehouses The Data Warehousing Process.
Data Warehouse Architecture. Inmon’s Corporate Information Factory The enterprise data warehouse is not intended to be queried directly by analytic applications,
Data Warehouse Overview September 28, 2012 presented by Terry Bilskie.
AN OVERVIEW OF DATA WAREHOUSING
Business Intelligence Zamaneh Jahed. What is Business Intelligence? Business Intelligence (BI) is a broad category of applications and technologies for.
Data warehousing and online analytical processing- Ref Chap 4) By Asst Prof. Muhammad Amir Alam.
1 Data Warehouses BUAD/American University Data Warehouses.
OLAP & DSS SUPPORT IN DATA WAREHOUSE By - Pooja Sinha Kaushalya Bakde.
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.
1 Topics about Data Warehouses What is a data warehouse? How does a data warehouse differ from a transaction processing database? What are the characteristics.
Decision Support and Date Warehouse Jingyi Lu. Outline Decision Support System OLAP vs. OLTP What is Date Warehouse? Dimensional Modeling Extract, Transform,
Datawarehouse A sneak preview. 2 Data Warehouse Approach An old idea with a new interest: Cheap Computing Power Special Purpose Hardware New Data Structures.
Agenda  What is Business Intelligence ?  Why do organisations use it?  BI tools overview.
Chapter 5 DATA WAREHOUSING Study Sections 5.2, 5.3, 5.5, Pages: & Snowflake schema.
Building Dashboards SharePoint and Business Intelligence.
Business Intelligence Transparencies 1. ©Pearson Education 2009 Objectives What business intelligence (BI) represents. The technologies associated with.
Pooja Sharma Shanti Ragathi Vaishnavi Kasala. BUSINESS BACKGROUND Lowe's started as a single hardware store in North Carolina in 1946 and since then has.
© 2003 Prentice Hall, Inc.3-1 Chapter 3 Database Management Information Systems Today Leonard Jessup and Joseph Valacich.
Copyright© 2014, Sira Yongchareon Department of Computing, Faculty of Creative Industries and Business Lecturer : Dr. Sira Yongchareon ISCG 6425 Data Warehousing.
Data Resource Management Agenda What types of data are stored by organizations? How are different types of data stored? What are the potential problems.
1 Copyright © 2009, Oracle. All rights reserved. Oracle Business Intelligence Enterprise Edition: Overview.
 Definition of terms  Reasons for need of data warehousing  Describe three levels of data warehouse architectures  Describe two components of star.
1 Copyright © Oracle Corporation, All rights reserved. Business Intelligence and Data Warehousing.
Pindaro Demertzoglou Data Resource Management – MGMT 4170 Lally School of Management Rensselaer Polytechnic Institute.
1 Management Information Systems M Agung Ali Fikri, SE. MM.
Copyright © 2016 Pearson Education, Inc. Modern Database Management 12 th Edition Jeff Hoffer, Ramesh Venkataraman, Heikki Topi CHAPTER 9: DATA WAREHOUSING.
The Concepts of Business Intelligence Microsoft® Business Intelligence Solutions.
BUSINESS INTELLIGENCE. The new technology for understanding the past & predicting the future … BI is broad category of technologies that allows for gathering,
Business Intelligence Overview
Business Intelligence & Data Warehousing
Data warehouse and OLAP
Chapter 13 The Data Warehouse
Data Warehouse.
Business Intelligence
Components of the Data Warehouse Michael A. Fudge, Jr.
Data Warehouse and OLAP
An Introduction to Data Warehousing
Data warehouse.
Warehouse Architecture
Data Warehouse.
Data Warehousing Concepts
Analytics, BI & Data Integration
Data Warehouse and OLAP
Presentation transcript:

1 Brett Hanes 30 March 2007 Data Warehousing & Business Intelligence 30 March 2007 Brett Hanes

2 30 March 2007 Agenda Overview Data Warehousing Definition & Purpose Varieties General Architecture Modeling More Information Business Intelligence Definition & Purpose Common Components How It All Works Together Why Is It Useful? How To Convince The Business Summary

3 Brett Hanes 30 March 2007 Data Warehousing (DW) Definition A subject-oriented, integrated & non-volatile database updated on a typically rhythmic cycle from an enterprise’s various transaction databases. Purpose Accumulate data from disparate data sources for querying purposes Separate reporting and analysis operations from transaction systems to maximize the performance of both Commonly very large repositories that house historical data

4 Brett Hanes 30 March 2007 Common Data Warehouse Components Staging Area A preparatory repository where transaction data can be transformed for use in the data warehouse Data Mart Traditional dimensionally modeled set of dimension and fact tables Per Kimball, a data warehouse is the union of a set of data marts Operational Data Store (ODS) Modeled to support near real-time reporting needs Contains traits of both relational and dimensional modeling techniques

5 Brett Hanes 30 March 2007 Data Warehouse Modeling Data warehouses typically use a denormalized method called dimensional modeling made up of the following components: Dimension An entity defined in its entirety with a single primary key Examples: Customer, Product, Sales Force, Calendar Fact Details (often numerical) regarding a set of dimensions Example: Order Details

6 Brett Hanes 30 March 2007 Data Flow from Transaction to Warehouse Complex Structure Necessary for Accurate Transactions Simplified Structure Necessary for Fast, Powerful Reports 1 - Data Input via Applications to transaction databases 2 - Data transfer from transaction system to data warehouse via Extract- Transform-Load (ETL) Tool (i.e. Informatica) 3 - Data Output via Business Intelligence Tool (i.e. Cognos, Business Objects, Hyperion) Separation of Transactions and Reporting Improves Performance and Enhances Capabilities

7 Brett Hanes 30 March 2007 Learning More About Data Warehousing Pre-eminent Data Warehousing Minds –Bill Inmon -> Normalization Building the Data Warehouse Corporate Information Factory –Ralph Kimball -> Dimensional The Data Warehouse Lifecycle Toolkit The Data Warehouse Toolkit Word is they don’t really get along

8 Brett Hanes 30 March 2007 Business Intelligence Software Definition A set of tools that allow users to access enterprise data via reports, Online Analytical Processing (OLAP) cubes, graphs/charts, ad-hoc queries and dashboards Purpose Allow users to view the data from all levels of the enterprise Provide users with information necessary to make timely, well-informed business decisions The tools must be easy for the end user to understand and manipulate

9 Brett Hanes 30 March 2007 Some Components In The BI Toolkit Reports (Example)Example Commonly needed data can be structured in a set of canned reports made available to large numbers of users Flexibility can be given to users through ad-hoc querying and filters Cubes (Example)Example Multi-dimensional, allowing the user the view the data from multiple angles Interactive, giving the user the ability to change what is viewable on the fly

10 Brett Hanes 30 March 2007 Some Components In The BI Toolkit Charts & Graphs (Example)Example Graphical Representation of data Commonly used in presentations and statistical analysis Dashboards (Example)Example Actively updating graphical displays that provides business users with updates on key metrics Some dashboards provide drill through capability, allowing users to start with summary data and dive in to the details

11 Brett Hanes 30 March 2007 How It All Works Together Extract Transform Load Data Input OLTP ATRRS OLTP RECBASS OLTP AIMSPC RATSS RFMSS Other Possible Data Sources Disparate Data Sources TIMS DW Single Reporting Repository Real-time Dashboards Static and Ad-hoc Reporting Graphical Data Analysis

12 Brett Hanes 30 March 2007 Why Is It Useful? ODS DW The data transmitted from the engine in flight can alert a service team of an engine component in need of repair so they can meet the plane at the gate. Engineers can analyze the data to find ways of designing engine components with longer life spans.

13 Brett Hanes 30 March 2007 Convincing The Business Consider the Previous Example –Having a team waiting at the gate to service an engine reduces flight delays –Engineering analysis helps create higher quality engines that: Requires less servicing Stay on wing longer In Other Words….You Save $$$$$$$$$!!!!! Learn to speak the language of the business users…Understand what is important to them

14 Brett Hanes 30 March 2007 Keys To Success Sponsorship High level endorsement is essential to ensuring you have the authority to drive the effort Funding You have to spend money to save/make money Time This can be a years long effort to implement Maintenance is ever-present Central Governance Without strict governance over components of your enterprise data warehouse, you risk stove piping

15 Brett Hanes 30 March 2007 Summary Data is Key Whether coming in or going out, data is the foundation of all business applications and should be structured to properly meet the need Solutions are Complex There are many components to a good BI strategy…and they all have to work Diligence Required Data will change Technology will change Be assured…user requirements will change

16 Brett Hanes 30 March 2007 Questions?

17 Brett Hanes 30 March 2007 Appendix

18 Brett Hanes 30 March 2007 Report Example

19 Brett Hanes 30 March 2007 Cube Example Dimensions and facts can be dragged and dropped on the to display to view the data in different ways

20 Brett Hanes 30 March 2007 Chart/Graph Example

21 Brett Hanes 30 March 2007 Dashboard Example