Data Integration - The ETL Process Module 4: BIC#4 – Data Integration Capability Populating Data Warehouse (Data Mart) 1.

Slides:



Advertisements
Similar presentations
Supervisor : Prof . Abbdolahzadeh
Advertisements

Business Intelligence Simon Pease. Experience with BI Developing end-to-end BI prototype for Plan International Developing end-to-end BI prototype for.
Jose Chinchilla MCITP: Database Administrator, SQL Server 2008 MCITP: Business Intelligence Design and Implementation, SQL Server 2008 President & CEO,
Data warehousing and Data mining – an overview Dr. Suman Bhusan Bhattacharyya MBBS, ADHA, MBA.
Business Intelligence (BI) PerformancePoint in SharePoint 2010 Sayed Ali – SharePoint Administrator.
Moving Data Lesson 23. Skills Matrix Moving Data When populating tables by inserting data, you will discover that data can come from various sources.
Data Warehousing M R BRAHMAM.
Database – Part 3 Dr. V.T. Raja Oregon State University External References/Sources: Data Warehousing – Mr. Sakthi Angappamudali.
Multidimensional Database in Context of DB2 OLAP Server Khang Pham Class: CSCI397-16C Instructor: Professor Renner.
QlikView in the Enterprise BI Stack. Sample Architecture – Metadata Integration This architecture shows the use of a custom metadata database as a data.
An Overview of Data Warehousing and OLTP Technology Presenter: Parminder Jeet Kaur Discussion Lead: Kailang.
M ODULE 5 Metadata, Tools, and Data Warehousing Section 4 Data Warehouse Administration 1 ITEC 450.
ETL Design and Development Michael A. Fudge, Jr.
Data Conversion to a Data warehouse Presented By Sanjay Gunasekaran.
Agenda 02/20/2014 Complete data warehouse design exercise Finish reconciled data warehouse, bus matrix and data mart Display each group’s work Discuss.
Data Warehouse Tools and Technologies - ETL
SSIS Over DTS Sagayaraj Putti (139460). 5 September What is DTS?  Data Transformation Services (DTS)  DTS is a set of objects and utilities that.
DATA WAREHOUSING IN SQL SERVER 2005/2008 BUSINESS INTELLIGENCE.
©Silberschatz, Korth and Sudarshan18.1Database System Concepts - 5 th Edition, Aug 26, 2005 Buzzword List OLTP – OnLine Transaction Processing (normalized,
Intro to MIS – MGS351 Databases and Data Warehouses Chapter 3.
1 Brett Hanes 30 March 2007 Data Warehousing & Business Intelligence 30 March 2007 Brett Hanes.
Data Warehousing Seminar Chapter 5. Data Warehouse Design Methodology Data Warehousing Lab. HyeYoung Cho.
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 Overview September 28, 2012 presented by Terry Bilskie.
ETL Overview February 24, DS User Group - ETL - February ETL Overview “ETL is the heart and soul of business intelligence (BI).” -- TDWI ETL.
Datawarehouse & Datamart OLAPs vs. OLTPs Dimensional Modeling Creating Physical Design Using SQL Mgt. Studio Module II: Designing Datamarts 1.
Business Intelligence Zamaneh Jahed. What is Business Intelligence? Business Intelligence (BI) is a broad category of applications and technologies for.
2 Copyright © Oracle Corporation, All rights reserved. Defining Data Warehouse Concepts and Terminology.
Managing Knowledge in Business Intelligence Systems Dr. Jan Mrazek.
Data Management Console Synonym Editor
1 Reviewing Data Warehouse Basics. Lessons 1.Reviewing Data Warehouse Basics 2.Defining the Business and Logical Models 3.Creating the Dimensional Model.
Dr. K. D. Joshi © 2 3 Quality Data Data Modeling Data Analysis Data presentation & Visualization Data presentation & Visualization Business Intelligence.
Prepared By Aakanksha Agrawal & Richa Pandey Mtech CSE 3 rd SEM.
Chapter 5 DATA WAREHOUSING Study Sections 5.2, 5.3, 5.5, Pages: & Snowflake schema.
Operational Data Store
Advanced Database Concepts
CS 157B: Database Management Systems II April 10 Class Meeting Department of Computer Science San Jose State University Spring 2013 Instructor: Ron Mak.
Data Warehouse A place the information system department puts the data that is turned into information. Data must be properly prepared,organized,and presented.
1 Management Information Systems M Agung Ali Fikri, SE. MM.
Copyright © 2006, Oracle. All rights reserved. Czinkóczki László oktató Using the Oracle Warehouse Builder.
The Concepts of Business Intelligence Microsoft® Business Intelligence Solutions.
C Copyright © 2007, Oracle. All rights reserved. Introduction to Data Warehousing Fundamentals.
SSIS ETL Data Resource Management. Create an ETL package using a wizard database server to database server The business goal of this ETL package is to.
Develop Business Intelligence Application with Microsoft SharePoint 2013 Author: Vo Duy Anh.
نمايندگي استان يزد. نمايندگي استان يزد طراحی کسب و کار الکترونیکی ارائه کننده : محسن افسر قره باغ.
Data Mining and Data Warehousing: Concepts and Techniques What is a Data Warehouse? Data Warehouse vs. other systems, OLTP vs. OLAP Conceptual Modeling.
Supervisor : Prof . Abbdolahzadeh
Intro to MIS – MGS351 Databases and Data Warehouses
Defining Data Warehouse Concepts and Terminology
Module III: Business Analytics
Chapter 13 Business Intelligence and Data Warehouses
Understand Bi Business Intelligence the use of Example.
ACL SCREEN Start with Standard ACL Project Screen.
Defining Data Warehouse Concepts and Terminology
Free Dumps - Try Demo - Dumps4download
Swagatika Sarangi (Jazz), MDM Expert
Data Warehouse and OLAP
Unidad II Data Warehousing Interview Questions
Data Warehouse Overview September 28, 2012 presented by Terry Bilskie
بسم الله الرحمان الرحیم
Populating a Data Warehouse
Data Warehouse.
Data Warehousing Concepts
ITI 257 Data Analysis with Power BI
Brodie Brickey SSIS Basics.
Data Warehouse and OLAP
SSIS. FIRST EXPERIENCE. By Virginia Mushkatblat
Presentation transcript:

Data Integration - The ETL Process Module 4: BIC#4 – Data Integration Capability Populating Data Warehouse (Data Mart) 1

BI System Process Data Source Flat Files Transactions DB (OLTP) XML Files Excel Files Etc. Populate the Repository - ETL Process - SSI Services - Chapter 7/8 – Larson Book 2

Outline ETL Concept ETL Process: Three Step Process 3

ETL Process Defined Extraction, transformation, and load (ETL) A data warehousing process that consists of extraction (i.e., reading data from a database), transformation (i.e., converting the extracted data from its previous form into the form in which it needs to be so that it can be placed into a data warehouse or simply another database), and load (i.e., putting the data into the data warehouse). 4

Steps involved Step 1:Data Profiling (Class Handout) Step 2: Source to Target Mapping (Class Handout –ICA#4) Step 3: Creating and Implementing Integration Service Package Populating the Dimension Tables (LBD#1, Larson Chapter8 – ICA#5) Populating the Fact tables (LBD#2, Larson Chapter8 – Makeup HW) 5

Refer to the Class Handout for more details ETL Process Step 1: Data Profiling 6

Data Profiling There are three data sources for the Manufacturing Data Mart 1. Manufacturing Data: Transaction Data Stored in a CSF File (Batch.csv). 2. Accounting Database: Transaction Data Stored in a SQL Server DB Engine ( KJMaxMinAccountingSystemDataSource). This database is on the same server where your DB Engine accounts are located. 3. Order Processing Data: Transaction Data Stored in a SQL Server DB Engine (KJOrderProcessingSystemDataSource). This database is on the same server where your DB Engine accounts are located. 7

Refer to the Class ETL Handout for more details ETL Process Step 2: Source to Target Mapping 8

Step 2: Source to Target Mapping Source: Transaction DataTarget: Manufacturing Datamart Batch Flat File Accounting DB 9

Refer to LBD#1 and #2 in Chapter 8 for this Section ETL Process Step 3: Creating and Implementing SQL Server Integration Service Package 10

Summary ETL Concept Data Profiling Data Mapping – Source to Target Integration Package using SSIS 11