Download presentation
Presentation is loading. Please wait.
Published byMichael McDaniel Modified over 8 years ago
1
ISQS 3358, Business Intelligence Data Warehousing Zhangxi Lin Texas Tech University 1
2
Outlines So far students have learned ◦ Basic concepts of business intelligence ◦ The definition and importance of data warehouse In this lecture, the following topics will be covered ◦ SQL Server 2008 data mart case study How to access data in a network directory How to access SQL Server 2008 on the Citrix Server How to load data from an Excel file to a database ◦ Data warehouse overview ◦ Data warehouse architecture ISQS 3358 BI2
3
Data Warehousing Definitions and Concepts Data warehouse ◦ Video – Overview of data warehouse 2’38” Video – Overview of data warehouse A physical repository where relational data are specially organized to provide enterprise-wide, cleansed data in a standardized format Benefits of data warehouse 3’18” Benefits of data warehouse 3 ISQS 3358 BI
4
Data mart Definition A localized data warehouse that stores only relevant data to a department or even an individual ◦ Dependent data mart A subset that is created directly from a data warehouse ◦ Independent data mart A small data warehouse designed for a strategic business unit or a department 4 ISQS 3358 BI
5
Data Mart - The IMW Case IMW, standing for Internet Media Works!, is an ASP in real estate information services. It is headquartered in Austin, Texas. CEO is Gary Anderson. Web page: http://www.inetworks.comhttp://www.inetworks.com
6
Why need Data Mart? Data mart complements the centralized data warehousing based on UDM model, for the situations where UDM cannot be used ◦ Legacy databases ◦ Data are from nondatabase sources ◦ No physical connection the centralized data warehouse ◦ Data are not clean 6 ISQS 3358 BI
7
Data Mart Structures Fact tables ◦ Measures Dimension tables ◦ Dimensions and Hierarchies ◦ Attributes (or columns) Dimensional modeling – Stars and Snowflakes 7 ISQS 3358 BI
8
Measures A numeric quantity expressing some of the organization’s performance. The information represented by this quantity is used to support or evaluate the decision making and performance of the organization. A measure is also called a fact The table holding measure information is called as a fact table Dimensions vs. Measures 2’38” Dimensions vs. Measures ISQS 3358 BI8
9
9 Commrex Real Estate Operational Database Users: property listors, webmaster, marketing manager of IMW Objective: Encourage realtors to use the online ASP services with the best information services to increase IMW’s revenue. Value Chain ◦ Listors create their account ◦ Listors post their real estate properties to the web-based database services and pay listing fees ◦ Property buyers search the website-based database and buy properties from listors. This is the incentive for listors to use the ASP services Business Processes ◦ Listor sign up ◦ Listor account management ◦ Property data posting ◦ Property search ◦ Property database maintenance 9 ISQS 3358 BI9
10
10 Property ID Listor ID Address Property Type City Company ID Chapter Functions Specializations Comp Name Address Telephone # Listor Name UpdateDate Feature Property Type Subtype 1 Type Name Subtype 2 Subtype n M:1 M:M Primary Key Secondary Key Link to a table Legends Property Listing Database Membership Database IMW’s Database ERD Model Company ID TransactionID PropID UserID M:1 ISQS 3358 BI10
11
Commrex Data Warehousing Users: CEO of IMW, IMW business analyst, IMW marketing manager Analytic themes ◦ Fast retrieval of business key performance indicators (KPIs) ◦ Decision making on business promotions Applications ◦ Geographic distribution of property listings ◦ Scorecard for main performance indicators ◦ Dashboard Questions ◦ How to model data warehouse? ◦ What are required in data transformation and preprocessing? ◦ Any missing dimension for data ware housing? ◦ How to perform routine data warehouse updates – frequency, timing, etc. ISQS 3358 BI11
12
12 Property ID Listor ID Address PropType City Company ID Chapter Functions Specializations Company ID Address Telephone # Listor Name UpdateDate Features PropType … SubName Primary Key Secondary Key Link to a table Legends Property Listing Fact Membership Dimension IMW’s Data Warehouse Dimensional Model Company Dimension Property Type Dimension Comp Name Year Month Date Quarter ISQS 3358 BI12
13
Data Warehouse Overview
14
Data Warehousing Characteristics Basic characteristics of data warehousing ◦ Subject oriented ◦ Integrated ◦ Time variant (time series) ◦ Nonvolatile (not allow to change) Others ◦ Web based ◦ Relational/multidimensional ◦ Client/server ◦ Real-time ◦ Include metadata 14 ISQS 3358 BI
15
Data Warehousing Process Overview Data in DW are constantly accumulated. ◦ Organizations continuously collect data, information, and knowledge at an increasingly accelerated rate and store them in computerized systems The number of users is constantly increasing. ◦ The number of users needing to access the information continues to increase as a result of improved reliability and availability of network access, especially the Internet The organization using data warehouse relied on DW more and more 15 ISQS 3358 BI
16
Data Warehousing More Concepts Operational data stores (ODS) A type of database often used as an interim area for a data warehouse, especially for customer information files Enterprise data warehouse (EDW) A large-scale data warehouse used across the enterprise for decision support. It integrates different sources of information into a consolidated information system. Metadata (Video 1’41”)Video Data about data. In a data warehouse, metadata describe the contents of a data warehouse and the manner of its use ◦ Syntactic metadata, structural metadata, and semantic metadata 16 ISQS 3358 BI
17
Data Warehousing Process Overview 17 ISQS 3358 BI
18
Data Warehousing Process Overview The major components of a data warehousing process ◦ Data sources ◦ Data extraction ◦ Data loading ◦ Comprehensive database ◦ Metadata ◦ Middleware tools 18 ISQS 3358 BI
19
Data Warehouse Architectures
20
Three Parts of Data Warehouse The data warehouse that contains the data and associated software Data acquisition (back-end) software that extracts data from legacy systems and external sources, consolidates and summarizes them, and loads them into the data warehouse Client (front-end) software that allows users to access and analyze data from the warehouse 20 ISQS 3358 BI
21
Three-Tier Data Warehouse 21 ISQS 3358 BI
22
Alternative Data Warehouse Architectures (1) 22 ISQS 3358 BI
23
Alternative Data Warehouse Architectures (2) 23 ISQS 3358 BI
24
Alternative Data Warehouse Architectures (3) 24 ISQS 3358 BI
25
Alternative Data Warehouse Architectures (4) 25 ISQS 3358 BI
26
Alternative Data Warehouse Architectures (5) 26 ISQS 3358 BI
27
27 Architectures Comparison ISQS 3358 BI
28
Teradata’s EDW 28 ISQS 3358 BI
29
Structure and Components of Business Intelligence 29 SSMS SSIS SSAS SSRS SAS EM SAS EM SAS EG SAS EG MS SQL Server 2008 BIDS ISQS 3358 BI
30
Exercise 1 – Walk through data warehousing process Learning Objectives ◦ To gain a general impression how to use SQL Server 2008 to implement a data mart Tasks ◦ Create your database with SSMS, named as ISQS3358-002-2016-lastname ◦ Import data from Commrex_2011.xls ◦ Use SSMS to create a ERD diagram ◦ Create a SSAS project using BIDS ◦ Define data source, data source view, and cube Deliverable: ◦ One-page printout of the screenshot of the cube diagram ◦ Due Feb 5, 2016, Friday, either submit a hardcopy to TA or email to isqs3358@gmail.com isqs3358@gmail.com 30 ISQS 3358 BI30
31
Distributed business intelligence Deal with big data – the open & distributed approach ◦ LAMP: Linux, Apache, MySQL, PHP/Perl/Python ◦ Hadoop ◦ MapReduce ◦ HDFS ◦ NOSQL ◦ Zookeeper ◦ Storm 31ISQS 3358 BI
32
Hadoop – for BI in the Cloudera Hadoop is a free, Java-based programming framework that supports the processing of large data sets in a distributed computing environment. Hadoop makes it possible to run applications on systems with thousands of nodes involving thousands of terabytes.terabyte Hadoop was inspired by Google's MapReduce, a software framework in which anapplication is broken down into numerous small parts. Doug Cutting, Hadoop's creator, named the framework after his child's stuffed toy elephant.GoogleMapReduceapplication 32ISQS 3358 BI
33
MapReduce 33 MapReduce is a framework for processing parallelizable problems across huge datasets using a large number of computers (nodes), collectively referred to as a cluster or a grid. ISQS 3358 BI
34
Cloudera’s Hadoop System 34ISQS 3358 BI
35
Comparison between big data platform and traditional BI platform ISQS 3358 BI35
Similar presentations
© 2025 SlidePlayer.com. Inc.
All rights reserved.