Five-Tier Data. Warehouse. Architecture For. South African. Government. Researchjournali s Journal of Information Technology

Size: px
Start display at page:

Download "Five-Tier Data. Warehouse. Architecture For. South African. Government. Researchjournali s Journal of Information Technology"

Transcription

1 1 Five-Tier Data Warehouse Architecture For South African Government Edzai Kademeteme Department of Informatics, TUT, Soshanguve, South Africa Billy Mathias Kalema (PhD) Department of Informatics, TUT, Soshanguve, South Africa Pieter Pretorius Department of Informatics, TUT, Soshanguve, South Africa

2 2 ABSTRACT Due to ever demanding decisions that needs to be made right on time technologies that enhance decision making have evolved. These technologies have evolved to integrate heterogeneous information sources for analysis purposes. Transactional databases (Information sources) are progressively becoming autonomous and they change their content rapidly due to continuous transactions (data changes) and may change their structure due to continual users' requirements evolving (schema changes). Using such data sources for decision making becomes strenuous and nearly impossible. Governments all over the world are faced with challenging decision making which is the very livelihood to their very existence. For almost a decade now, discussion and controversy is ongoing with relation to the topic, which is the best DW architecture. Bill Inmon and Ralph Kimball being the pioneers of data warehousing, are at the heart of the disagreement. Inmon advocates the hub-and-spoke architecture, while Kimball promotes the data mart bus architecture. However, as research advances not only this architecture proposed by Inmon and Kimball exist but rather more are emerging. Other researchers developed other architectures for specific environment for example the two tier architecture and the three tier architecture. In this research work, we propose a five tier architecture for the South African government. There is a need to improve South Africa government information inventory system and hence decision making in order to make right on time decisions and to adapt to the ever changing and competitive environment. This proposed architecture will increase efficiency and effectiveness in maintaining the cycle of activities, in their planning, decision-making processes, and analytical needs. Keywords: user resistance, user adaptation, individual performance, age difference 1. INTRODUCTION Lately, data mining is a becoming a bubbling research field where innovations find their ways quickly into industrial products. Many companies and other organizations have already gained beneficial insights into data which helped them to improve their business. High performance is a key factor for data mining systems in order to allow a sufficient exploration of data and to cope with the huge amounts of data that an organization has accumulated over the years. High performance of a data mining system is not only a question of choosing the proper algorithms and efficient implementations of them but also the architecture which has a remarkable impact on performance. And for one to manage data efficiently and effectively there is a need for a DW. Data warehousing (DW) systems are used as decision support systems to help enterprises in strategic and intelligent business decision making. However, initially DWs where used as an enterprise repository to upkeep top management in business decision making in an efficient manner[1, 2]. Data warehousing can also This work was supported in part by the Department of informatics, Tshwane University of Technology, South Africa. (I, therefore acknowledge the financial support of informatics department, TUT).

3 3 be defined as logical collection of information gathered from many different operational data sources used to create business intelligence that supports business analysis activities and decision making tasks. It provides the basic infrastructure for decision making by extracting, transforming, cleansing and loading huge amount of data of the enterprise. This classic definition of the DW focuses on data storage. However, the means to retrieve and analyses of data, to extract, transform and load data and to manage dictionary data are also considered essential components of a data warehousing system. DWs support business decisions by gathering, combining and shaping of data for reporting and future analysis with tools such as online analytical processing (OLAP) and data mining. The size of DW fluctuates from hundreds of gigabytes to terabytes. Different scans, joins and aggregates are performed while querying the DW. The queries on DW are ad hoc and multiple faced. Throughput of query determines the success of data warehousing project. The query response time is also important factor in DW success. The allocation of facts and dimensions in a certain schema also effect query success. Several data warehousing architectures have been proposed in literature i.e. one tier architecture whereby a system is completely client based. Basically all data mining systems of the first generation are based on this architecture. The user has to select a small subset of DW data and load it on the client in order to make it accessible to the data mining tool[3]. The second architecture is the two tier architecture, in a two-tier architecture the data mining tool completely resides on the client but there is no need to copy data to it in advance. The data mining application may choose to load parts of the data during different stages of the mining computation[4]. The last architecture is the three tier architecture; which addresses the problems remaining with two-tier architecture. This is achieved by an additional layer holding the data access services and parts of the data mining services[5]. Data mining services may also be present on the client. Where part of the data mining services should be client based depends on data mining techniques and algorithms. South Africa is one of the leading developing countries in the African continent as well as the world at large. Its economy is growing as fast as other countries like Brazil, USA, and China to mention but few. As its GDP is growing South African government is faced with a lot of decisions that they need to make at the right time. This can only be possible if the SA government starts using the data warehousing in their decision making. As it stands the SA government relies on operational databases in order to make decisions. This is time consuming since data in an operational database is not summarized. On top of that an operational database consists of a large number of tables that are highly normalized for the sake of reducing data redundancy. However a DW provides with a phenomenal concepts of the tables being lowly normalized as compared to the operational database. This gives a DW an advantage that queries are quickly executed as they are being processed on few tables as compared to an operational database where queries have to be executed on so many tables and this will consume time.

4 4 SA is made of 44 government departments each is meant for its purpose as a ministry. Of the 44 this paper is going to illustrate using the department of Rural and Land Reform (DRDLR). The DRDLR is responsible for the leasing out of state land to organisations, citizens, and other government departments. It has corporate service departments within the department and these are; human resource personnel, finance, salaries, communications, legal services, supply chain, labour relations, public relations, transport and logistics, performance management and IT. These corporate service departments use internal data generated from each other and external data from other departments. The corporate service departments go through tedious processes of getting the required information since most of the data is stored on independent computers and datasets instead of a centralized storage system. [6] asserts that, DWs are widely used within the largest and most complex businesses in the world. Use within moderately large organizations, even those with more than 1,000. However [6] was addressing the use of use of DW in the corporate world rather than in the nonprofit making environment like government. As much as a DW provides advantages in the corporate world it will provide more or less the same advantages in the nonprofit making industry like government departments. Instead of gaining profit government will save on citizens taxes, the departments will also gain competitive advantage as much as the corporate world does. This is all achieved by the rapid decision making that is achieved by the use of the DW. In this paper we propose a five tier architecture for the South African government. This proposed architecture will increase efficiency and effectiveness in maintaining the cycle of activities, in their planning, decisionmaking processes, and analytical needs. The rest of the paper is organized into different sections. Section 2 gives related work. Section 3 presents the proposed five tier architecture and provides a clear discussion of the proposed architecture and section 5 provides the conclusion for the proposed architecture and future work. 2. RELATED WORK [7] researched on a practical approach for implementing a multi-tier DW in a large international firm. The research describes the strategy and processes used to define the DW architecture and development methodology used to model, map, populate and refresh the data in the DW. The practical approach is threetier architecture with the first-tier being the operational data store, the second-tier being the DW, the third-tier being the data mart. However, the proposed tier did not address the client-tier. Sharma (2009), proposed the use of a 3 tier architecture for advanced applications of a DW [8]. The 3-tier proposed had the first-tier as the extraction and transformation tier (DW Server layer), the second-tier as middle or connective tier (data mart layer), and the third-tier as data access and retrieval tier (Client Layer). The architecture proposed here did not include the operational database layer which would have made the whole architecture to be four-tier architecture.

5 5 [9] defines a DW architecture as a subset of the enterprise architecture is the DW. He goes on to emphasize that a well-documented architecture is a logical organisation of information pertaining to the corporate level. [9] describes the following as the advantages that are presented with a well-documented architecture; facilitate change management, enable strategic information to be consistent and accurate, promote data sharing. Reduction of data redundancy, improve productivity. While on the other hand [6] wrote paper answering the question Why You Need a DW, he states the advantages that are associated with the use of a DW. [6] states that the presence of a DW costs less and delivers more value than direct connection DW architecture is a way of representing the overall structure of data, communication, processing and presentation that exists for end-user computing within the enterprise [10]. [11] adopted a three tier level DW architecture which he recommended to the department of Ghanaian Petroleum Industry. The architecture proposed here had level 1 as the data conversion (scanning and manual entry of documents), level 2 as the data staging (processing, cleaning and conversion) and level 3 as ETL tools (loading to the DW and DM). However this architecture lacked the client level. In 2009 [3] proposes a three-tier architecture for high-performance data mining. In this architecture there is the front end/client architecture, the middle tier (the data mining) architecture and the back end or DW tier. In this architecture the operational database layer is not presented[3]. While in 2010, [12] did a research on the most effective and successful DW architecture. They identified five architectures: independent data marts, data mart bus architecture with linked dimensional data marts, hub-andspoke, centralized DW (no dependent data marts), and federated. They concluded by the use of quantitative approach that the bus, hub-and-spoke, and centralized architectures earned similar scores on the success metrics[12]. This research paper will adopt the hub-and-spoke architecture that was developed by [13]. The architecture developed by Inmon was developed on a 3-tier architecture. However, in this paper a 5-tier on a hub-andspoke architecture is going to be proposed in a South African government scenario. 3. PROPOSED ARCHITECTURE Level 1 Level 1 represents the first Tier and consists of operational databases for each department in South Africa as well as from stake holders to the government. Operation databases are comprised of the data created and maintained by the day to day operations of an organization. These systems keep track of specific transactions, customers, products, vendors, and resource information on a transaction by transaction basis. They are the systems which support the operations of an organisation on a day to day basis.

6 6 Level 2 Figure 1: A proposed 5-tier architecture for SA Government Level 2 represents the second Tier and consists of the ETL process and the DW. The ETL process is responsible for the extraction of data from the operational databases into the DW. As it extracts the ETL also cleanse and normalize data before it is moved to the DW. Therefore the DW stores the summarized and cleansed data from the operational databases. Also part of the second tier is the government meta-data server. A meta-data server makes sure that facts about data in the government DW are made available for decision makers. Level 3 Level 3 represents the third Tier and consists of a departmental Data Mart and a departmental meta-data server. This tier is customized for a specific department like the department of Rural Development and Land Reform. This department has a specific set of data requirements and wants the systems that support decision making be customized according to their requirements. The meta-data server at this tier is meant for keeping facts about the data stored in the departmental data mart. This will help in decision making as well.

7 7 Level 4 Level 4 represents the fourth Tier and consists of a corporate service Data Mart and its meta-data server. A corporate service is a section or division that belongs to a government department. The department of Rural Development and Land Reform consists of corporate services like human resource personnel, finance, salaries, communications, legal services, supply chain, labour relations, public relations, transport and logistics, performance management and IT. This tier is customized to a specific set of data requirements and wants the systems that support decision making be customized according to their requirements. The meta-data server at this tier is meant for keeping facts about the data stored in the corporate service data mart. This will help in decision making at the corporate level. Level 5 Several DW architectures have emerged over the last decade and are being used beyond the research community and business organizations. Organizations should prepare to exploit such architectures for decision-making. This can be facilitated by using the five tier architecture of data warehousing. This five tier architecture is applicable in situations where two or more businesses need to merge or in the scenario used in the paper which is the South African government and the department rural development and land reform. The five tier architecture will provide several advantages to decision makers in the government and respective departments. The architecture proposed here fits well with the South African government. However, other nations can adopt it if their setup is the same with the setup in South Africa 4. CONCLUSION AND FUTURE WORK Several DW architectures have emerged over the last decade and are being used beyond the research community and business organizations. Organizations should prepare to exploit such architectures for decision-making. This can be facilitated by using the five tier architecture of data warehousing. This five tier architecture is applicable in situations where two or more businesses need to merge or in the scenario used in the paper which is the South African government and the department rural development and land reform. The five tier architecture will provide several advantages to decision makers in the government and respective departments. The architecture proposed here fits well with the South African government. However, other nations can adopt it if their setup is the same with the setup in South Africa. Acknowledgment I wish to express my sincere appreciation and gratitude to Dennis Luke Owuor and Dr B.M. Kalema whose efforts have contributed to the completion of this article.

8 8 5. REFERENCES [1] E. M. A. Butt, et al., "Star Schema Implementation for Automation of Examination Records," ed: WORLDCOMP, [2] M. AhmedButt, et al., "DW Implementation of Examination Databases," International Journal of Computer Applications, vol. 44, pp , [3] R. Rantzau and H. Schwarz, "A Multi-Tier Architecture for High-Performance Data Mining," in Datenbanksysteme in Büro, Technik und Wissenschaft, 1999, pp [4] P. D. Manuel and J. AlGhamdi, "A data-centric design for< i> n</i>-tier architecture," Information Sciences, vol. 150, pp , [5] S. Helal, et al., "A three-tier architecture for ubiquitous data access," in Computer Systems and Applications, ACS/IEEE International Conference on. 2001, 2001, pp [6] J. Guerra, et al., "Why you need a DW," Andrews Consulting Group, www. rapiddecision. net/pdfs/why-you-need-a-data- Warehouse. pdf, [7] B. RAI, "IMPLEMENTING A GLOBAL MULTI-TIER DATAWAREHOUSE ARCHITECTURE," [8] P. Sharma, "Advanced Applications of Data Warehousing Using 3-tier Architecture," DESIDOC Journal of Library & Information Technology, vol. 29, pp , [9] A. Perkins, "DW Architecture: A Blueprint for Success," ed, [10] J. Deku, et al., "Three Tier level DW Architecture for Ghanaian Petroleum Industry," International Journal, vol. 4, [11] J. Yao Deku, et al., "Three Tier level DW Architecture for Ghanaian Petroleum Industry," International Journal of Database Management Systems, vol. 4, [12] T. Ariyachandra and H. Watson, "Key organizational factors in DW architecture selection," Decision Support Systems, vol. 49, pp , [13] W. H. INMON, "Building the DW," 2005

BI with Best-Practice Architectures and Data Models

BI with Best-Practice Architectures and Data Models BI with Best-Practice Architectures and Data Models Business Analytics Insight 2015 13 October 2015 Bart De Soete 2 AGENDA 1. Timeline 2. Normalized modelling 3. Dimensional modelling 4. Data Vault 5.

More information

Decision Support System Definition. Supporting Business Decision-Making. DSS Assumptions. MIS and DSS History. Characteristics of DSS

Decision Support System Definition. Supporting Business Decision-Making. DSS Assumptions. MIS and DSS History. Characteristics of DSS Supporting Business Decision-Making Good information is essential for factbased decision-making. Decision Support System Definition A Decision Support System is an interactive computer-based system or

More information

Business Intelligence for SUPRA. WHITE PAPER Cincom In-depth Analysis and Review

Business Intelligence for SUPRA. WHITE PAPER Cincom In-depth Analysis and Review Business Intelligence for A Business Benefits Overview WHITE PAPER Cincom In-depth Analysis and Review SIMPLIFICATION THROUGH INNOVATION Business Intelligence for A Business Benefits Overview Table of

More information

DATASHEET. Tarams Business Intelligence. Services Data sheet

DATASHEET. Tarams Business Intelligence. Services Data sheet DATASHEET Tarams Business Intelligence Services Data sheet About Business Intelligence The proliferation of data in today s connected world offers tremendous possibilities for analysis and decision making

More information

SSRG International Journal of Economics and Management Studies ( SSRG IJEMS ) Volume 4 Issue 9 September2017

SSRG International Journal of Economics and Management Studies ( SSRG IJEMS ) Volume 4 Issue 9 September2017 Business Intelligence: A Strategy for Business Development Youssra RIAHI Faculty of Informatics International University of Rabat, Technopolis parc, Sala el jadida 11100, Morocco Abstract Today, in a context

More information

Practices of Business Intelligence

Practices of Business Intelligence Tamkang University Practices of Business Intelligence II Tamkang University (Descriptive Analytics II: Business Intelligence and Data Warehousing) 1071BI05 MI4 (M2084) (2888) Wed, 7, 8 (14:10-16:00) (B217)

More information

Retail Business Intelligence Solution

Retail Business Intelligence Solution Retail Business Intelligence Solution TAN Ser Yean Regional Sales Manager Data Servers & Business Intelligence IBM Software ASEAN Retail leaders will enhance traditional intuitive approaches with Advanced

More information

COURSE OUTLINE: Implementing a Data Warehouse with SQL Server Implementing a Data Warehouse with SQL Server 2014

COURSE OUTLINE: Implementing a Data Warehouse with SQL Server Implementing a Data Warehouse with SQL Server 2014 Course Name Course Duration Course Structure Course Overview Course Outcome Course Details 20463 Implementing a Data Warehouse with SQL Server 2014 5 Days Instructor-Led (Classroom) This course describes

More information

"Charting the Course to Your Success!" MOC Designing a Business Intelligence Solution by Using Microsoft SQL Server 2008.

Charting the Course to Your Success! MOC Designing a Business Intelligence Solution by Using Microsoft SQL Server 2008. Description Course Summary This course provides in-depth knowledge on designing a Business Intelligence solution by using Microsoft SQL Server 2008. Objectives At the end of this course, students will

More information

Implementing a Data Warehouse with Microsoft SQL Server

Implementing a Data Warehouse with Microsoft SQL Server Implementing a Data Warehouse with Microsoft SQL Server Course 20463D 5 Days Instructor-led, Hands-on Course Description In this five day instructor-led course, you will learn how to implement a data warehouse

More information

Information On Demand Business Intelligence Framework

Information On Demand Business Intelligence Framework IBM Software Group Information On Demand Business Intelligence Framework Ser Yean Tan Regional Technical Sales Manager Information Management Software IBM Software Group ASEAN Accelerating Your Journey

More information

A STUDY ON THE EMPLOYEES RELATIONS IN WAREHOUSES OF COIMBATORE DISTRICK

A STUDY ON THE EMPLOYEES RELATIONS IN WAREHOUSES OF COIMBATORE DISTRICK A STUDY ON THE EMPLOYEES RELATIONS IN WAREHOUSES OF COIMBATORE DISTRICK Dr.G.VIGNESH 1 R.GOMATHI SELVI 2 1 Head and Assistant Professor of PG Department of Commerce with International Business, NGM College

More information

SAS & Clinical Data Repository Karthikeyan Chidambaram

SAS & Clinical Data Repository Karthikeyan Chidambaram SAS & Clinical Data Repository Karthikeyan Chidambaram Cognizant Technology Solutions, Newbury Park, CA Clinical Data Repository (CDR) Drug development lifecycle consumes a lot of time, money and effort.

More information

Business Intelligence - BI - ETL - Developer -Training

Business Intelligence - BI - ETL - Developer -Training Business Intelligence - BI - ETL - Developer -Training etl developer resume pdf, etl development training, etl testing training, etl testing training material, best etl courses, etl testing course fees,

More information

ENTERPRISE RESOURCE PLANNING SYSTEMS

ENTERPRISE RESOURCE PLANNING SYSTEMS CHAPTER ENTERPRISE RESOURCE PLANNING SYSTEMS This chapter introduces an approach to information system development that represents the next step on a continuum that began with stand-alone applications,

More information

To arrange for a SESUG speaker, contact Marje Fecht at

To arrange for a SESUG speaker, contact Marje Fecht at To arrange for a SESUG speaker, contact Marje Fecht at Marje.Fecht@prowerk.com Speaker: Greg Nelson President and CEO, ThotWave Technologies, LLC. Bio: Greg has just celebrated his 20th year in the SAS

More information

Data Warehouse : Intelligent Management Decision Support

Data Warehouse : Intelligent Management Decision Support 550 Data Warehouse : Intelligent Management Decision Support Shweta Pandya Bhaumik Shroff Abstract Advances in computer and networking technology have led to the introduction of very powerful hardware

More information

GUIDE TO DATA WAREHOUSING

GUIDE TO DATA WAREHOUSING GUIDE TO DATA WAREHOUSING OVERVIEW Implementing a data warehouse is a strong step toward managing data on an enterprise level, either for management purposes or business intelligence efforts. Some believe

More information

IBM Balanced Warehouse Buyer s Guide. Unlock the potential of data with the right data warehouse solution

IBM Balanced Warehouse Buyer s Guide. Unlock the potential of data with the right data warehouse solution IBM Balanced Warehouse Buyer s Guide Unlock the potential of data with the right data warehouse solution Regardless of size or industry, every organization needs fast access to accurate, up-to-the-minute

More information

AIS Electronic Library (AISeL) Association for Information Systems. jiaxin Li School of Economics and Management, Dalian Jiao Tong University, China

AIS Electronic Library (AISeL) Association for Information Systems. jiaxin Li School of Economics and Management, Dalian Jiao Tong University, China Association for Information Systems AIS Electronic Library (AISeL) WHICEB 2014 Proceedings Wuhan International Conference on e-business Summer 6-1-2014 Research on Operating Mechanism of Collaborative

More information

The Basics of Business Intelligence. PMI IT LIG August 19, 2008

The Basics of Business Intelligence. PMI IT LIG August 19, 2008 The Basics of Business Intelligence PMI IT LIG August 19, 2008 Presenter Anthony Boles Managing Director Intelligent Ventures Inc. 1113 Murfreesboro Rd. Suite 106-103 Franklin, TN 37064 615-599-8666 Brief

More information

COPYRIGHTED MATERIAL. Contents. Part One Requirements, Realities, and Architecture 1. Acknowledgments Introduction

COPYRIGHTED MATERIAL. Contents. Part One Requirements, Realities, and Architecture 1. Acknowledgments Introduction Contents Contents ix Foreword xix Preface xxi Acknowledgments xxiii Introduction xxv Part One Requirements, Realities, and Architecture 1 Chapter 1 Defining Business Requirements 3 The Most Important Determinant

More information

Seminar report E-Intelligence Submitted in partial fulfillment of the requirement for the award of degree Of MCA

Seminar report E-Intelligence Submitted in partial fulfillment of the requirement for the award of degree Of MCA A Seminar report On E-Intelligence Submitted in partial fulfillment of the requirement for the award of degree Of MCA SUBMITTED TO: www.studymafia.org SUBMITTED BY: www.studymafia.org Preface I have made

More information

Por qué Data Warehouse e Inteligencia De negocio en la Universidad Simón Bolívar?

Por qué Data Warehouse e Inteligencia De negocio en la Universidad Simón Bolívar? Why Data warehouse & Business Intelligence at Universidad Simon Bolivar? Por qué Data Warehouse e Inteligencia De negocio en la Universidad Simón Bolívar? Kamagate azoumana Keywords: Data warehouse, Business

More information

III BSc (CS) [ ] SEMESTER - VI ELECTIVE:ENTERPRISE RESOURCE PLANNING - 607U5 Multiple Choice Questions.

III BSc (CS) [ ] SEMESTER - VI ELECTIVE:ENTERPRISE RESOURCE PLANNING - 607U5 Multiple Choice Questions. 1 of 23 1/27/2018, 9:57 AM Dr.G.R.Damodaran College of Science (Autonomous, affiliated to the Bharathiar University, recognized by the UGC)Reaccredited at the 'A' Grade Level by the NAAC and ISO 9001:2008

More information

Data Warehousing (The Need, Importance & the Big Picture)

Data Warehousing (The Need, Importance & the Big Picture) Data Warehousing (The Need, Importance & the Big Picture) Naveed Iqbal, Assistant Professor NUCES, Islamabad Campus (Lecture Slides Week # 1) Why this Course? The World is changing / (in fact changed)

More information

Business Intelligence System in Banking Industry case study of Saman Bank of Iran

Business Intelligence System in Banking Industry case study of Saman Bank of Iran Business Intelligence System in Banking Industry case study of Saman Bank of Iran Maryam Marefati 1 and Seyyed Mohsen Hashemi 2 Abstract Business Intelligence (BI) is a set of tools, technologies and process

More information

Hyperion Planning. Ahmad Bilal 8/31/2010

Hyperion Planning. Ahmad Bilal 8/31/2010 2010 Hyperion Planning Ahmad Bilal Abmian1981@gmail.com 8/31/2010 Page 2 Hyperion Oracle's performance management applications are a modular suite of integrated applications that support a broad range

More information

Service Oriented Architecture for Business Intelligence

Service Oriented Architecture for Business Intelligence Service Oriented Architecture for Business Intelligence September 2013 Alberto Abelló & Oscar Romero 1 Knowledge objectives 1. Explain what the Enterprise Service Bus is 2. Explain SOA principles 3. Explain

More information

Enterprise Resource Planning Systems

Enterprise Resource Planning Systems Enterprise Resource Planning Systems Historical Perspective The unprecedented growth of information and communication technologies (ICT) driven by microelectronics, computer hardware and software systems

More information

IBM Cognos 10.2 BI Demo

IBM Cognos 10.2 BI Demo IBM Cognos 10.2 BI Demo IBM Cognos Course Overview: In this training, participants acquire skills needed to develop activity, modeling and some admin works. Each and every concept is supported with documents

More information

Proper Architecture Considerations For Data Warehouse Implementation

Proper Architecture Considerations For Data Warehouse Implementation Proper Architecture Considerations For Data Warehouse Implementation Mark Nilan Data Warehouse Product Manager SAS Asia Pacific Explaining The Intelligence Layer Why Do we Need This? How Do We Do This?

More information

COMM 391. Learning Objectives. Introduction to Management Information Systems. Case 10.1 Quality Assurance at Daimler AG. Winter 2014 Term 1

COMM 391. Learning Objectives. Introduction to Management Information Systems. Case 10.1 Quality Assurance at Daimler AG. Winter 2014 Term 1 COMM 391 Introduction to Management Information Systems BUSINESS INTELLIGENCE AND ANALYTICS Winter 2014 Term 1 Learning Objectives 1. Describe the decision-support framework. 2. Describe business intelligence

More information

Key Concepts of ERP, Data Warehouse & Data Mining. CA. A.Rafeq

Key Concepts of ERP, Data Warehouse & Data Mining. CA. A.Rafeq Key Concepts of ERP, Data Warehouse & Data Mining CA. A.Rafeq Agenda I. Key features and benefits of an ERP software II. ERP needs BPR and Teamwork III. Key aspects of implementing ERP software IV.Date

More information

20463: Implementing a Data Warehouse with Microsoft SQL Server 2014

20463: Implementing a Data Warehouse with Microsoft SQL Server 2014 Let s Reach For Excellence! TAN DUC INFORMATION TECHNOLOGY SCHOOL JSC Address: 103 Pasteur, Dist.1, HCMC Tel: 08 38245819; 38239761 Email: traincert@tdt-tanduc.com Website: www.tdt-tanduc.com; www.tanducits.com

More information

HR Vision: The Power to Know Your Workforce

HR Vision: The Power to Know Your Workforce HR Vision: The Power to Know Your Workforce Betty Silver HR Vision Product Strategist Copyright 2000, SAS Institute Inc. All rights reserved. Discussion Points! Changes affecting the Role of HR! Evolution

More information

Agile Dimensional Model for a Data Warehouse Implementation in a Software Developer Company

Agile Dimensional Model for a Data Warehouse Implementation in a Software Developer Company Agile Dimensional Model for a Data Warehouse Implementation in a Software Developer Company Kathya E. Mercado 1, Cynthia B. Perez 1, Laura P. Lopez-Arredondo 1, Karina Caro 2, Luis A. Castro 1 and Luis-Felipe

More information

III B.Sc(Information Technology)[ Batch] Semester VI Core:ENTERPRISE RESOURCE PLANNING - 612A Multiple Choice Questions.

III B.Sc(Information Technology)[ Batch] Semester VI Core:ENTERPRISE RESOURCE PLANNING - 612A Multiple Choice Questions. Dr.G.R.Damodaran College of Science (Autonomous, affiliated to the Bharathiar University, recognized by the UGC)Reaccredited at the 'A' Grade Level by the NAAC and ISO 9001:2008 Certified CRISL rated 'A'

More information

SEUGI 17. Data Warehousing and Cost Management in the Manufacturing Sector using SAS Systemâ Software

SEUGI 17. Data Warehousing and Cost Management in the Manufacturing Sector using SAS Systemâ Software SEUGI 17 Data Warehousing and Cost Management in the Manufacturing Sector using SAS Systemâ Software Nicolas Radulovich, IDS Technologies, and Ricardo Olea, The Boeing Company Introduction The aim of this

More information

Building Data Warehouses Using the Enterprise Modeling Framework

Building Data Warehouses Using the Enterprise Modeling Framework Association for Information Systems AIS Electronic Library (AISeL) AMCIS 2003 Proceedings Americas Conference on Information Systems (AMCIS) December 2003 Building Data Warehouses Using the Enterprise

More information

The SAP Business Information Warehouse for Data Warehouse Professionals

The SAP Business Information Warehouse for Data Warehouse Professionals The SAP Business Information Warehouse for Data Warehouse Professionals Naeem Hashmi Chief Technology Officer Information Frameworks Web: http://infoframeworks.com email: nhashmi@infoframrworks.com 1 About

More information

Realising Value from Data

Realising Value from Data Realising Value from Data Togetherwith Open Source Drives Innovation & Adoption in Big Data BCS Open Source SIG London 1 May 2013 Timings 6:00-6:30pm. Register / Refreshments 6:30-8:00pm, Presentation

More information

Solution Architect with 18 years experience in business, visual production and technology. AIIM Certified Enterprise Content Management Practitioner

Solution Architect with 18 years experience in business, visual production and technology. AIIM Certified Enterprise Content Management Practitioner Solution Architect with 18 years experience in business, visual production and technology. AIIM Certified Enterprise Content Management Practitioner Currently IT Project Manager & SharePoint Architect

More information

BUSINESS INTELLIGENCE

BUSINESS INTELLIGENCE BUSINESS INTELLIGENCE MILOJEVIĆ MIROSLAV 1, PETROV SONJA 2, ZUBAC VESNA 3 Faculty for Education of the Executives, Novi Sad, Serbia 1 milojevicrmiroslav@gmail.com, 2 sonjapetrov@yahoo.com, 3 zubacvesna@gmail.com

More information

Business Intelligence Roadmap: The Complete Project Lifecycle For Decision-Support Applications PDF

Business Intelligence Roadmap: The Complete Project Lifecycle For Decision-Support Applications PDF Business Intelligence Roadmap: The Complete Project Lifecycle For Decision-Support Applications PDF "If you are looking for a complete treatment of business intelligence, then go no further than this book.

More information

Master Data Management for the Masses of Data

Master Data Management for the Masses of Data About this research note: Technology Insight notes describe emerging technologies, tools, or processes as well as analyze the tactical and strategic impact they will have on the enterprise. Master Data

More information

Utilizing a Hub-n-Spoke Data Architecture Across the Enterprise. Presented by Gene Boomer OneAmerica

Utilizing a Hub-n-Spoke Data Architecture Across the Enterprise. Presented by Gene Boomer OneAmerica Utilizing a Hub-n-Spoke Architecture Across the Enterprise Presented by Gene Boomer OneAmerica Who We Are OneAmerica Financial Partners, Inc Foundation traced back 135 years in Indianapolis Companies of

More information

Business Intelligence, 4e (Sharda/Delen/Turban) Chapter 1 An Overview of Business Intelligence, Analytics, and Data Science

Business Intelligence, 4e (Sharda/Delen/Turban) Chapter 1 An Overview of Business Intelligence, Analytics, and Data Science Business Intelligence, 4e (Sharda/Delen/Turban) Chapter 1 An Overview of Business Intelligence, Analytics, and Data Science 1) Computerized support is only used for organizational decisions that are responses

More information

A Data Warehouse and Business Intelligence Solution For Global Bike, Inc. Prepared By:

A Data Warehouse and Business Intelligence Solution For Global Bike, Inc. Prepared By: A Data Warehouse and Business Intelligence Solution For Global Bike, Inc. Prepared By: Mengwan Chen Lawrence Powers Gary Springer Hezhen Wang Rui Zhang - chenmw - powersln - springga - wang2hh - zhangr3

More information

Role of Data Mining in E-Governance. Abstract

Role of Data Mining in E-Governance. Abstract Role of Data Mining in E-Governance Dr. Rupesh Mittal* Dr. Saurabh Parikh** Pushpendra Chourey*** *Assistant Professor, PMB Gujarati Commerce College, Indore **Acting Principal, SJHS Gujarati Innovative

More information

Lection 2 INTELLIGENCE

Lection 2 INTELLIGENCE Lection 2 BUSINESS INTELLIGENCE A Framework for Business Intelligence (BI) Business intelligence (BI) An umbrella term that combines architectures, tools, databases, applications, and methodologies 2 A

More information

A Strategic Approach to Complex ETL Testing

A Strategic Approach to Complex ETL Testing A Strategic Approach to Complex Testing Jeffrey R. Bocarsly, Ph.D Vice President and Chief QuerySurge Architect Connect: Warehouse Testing A data warehouse is a repository of transactional data that has

More information

Building a Data Mart on top of SAP R/3-HR

Building a Data Mart on top of SAP R/3-HR Building a Data Mart on top of SAP R/3-HR Christ D'haeveloose Sophie Debaets SOLID PARTNERS N.V. Introduction In the field of human resources there is a growing trend towards moving from activity based

More information

Zero Latency Enterprise. Compaq NonStop Himalaya Servers and Compaq NonStop SQL Software in Mission-Critical Business Intelligence

Zero Latency Enterprise. Compaq NonStop Himalaya Servers and Compaq NonStop SQL Software in Mission-Critical Business Intelligence Zero Latency Enterprise Business Intelligence White Paper Compaq NonStop Himalaya Servers and Compaq NonStop SQL Software in Mission-Critical Business Intelligence High-performance Compaq hardware and

More information

An Assessment of Company Data Warehousing Practices

An Assessment of Company Data Warehousing Practices Association for Information Systems AIS Electronic Library (AISeL) AMCIS 2001 Proceedings Americas Conference on Information Systems (AMCIS) December 2001 An Assessment of Company Data Warehousing Practices

More information

Analytic Workloads on Oracle and ParAccel

Analytic Workloads on Oracle and ParAccel Analytic Workloads on Oracle and ParAccel Head-to-head comparisons of real-world analytic workloads demonstrate the performance improvement and cost savings of ParAccel over Oracle. ParAccel was designed

More information

Data Warehousing. and Data Mining. Gauravkumarsingh Gaharwar

Data Warehousing. and Data Mining. Gauravkumarsingh Gaharwar Data Warehousing 1 and Data Mining 2 Data warehousing: Introduction A collection of data designed to support decisionmaking. Term data warehousing generally refers to the combination of different databases

More information

Organization of Data Warehousing in Large Service Companies: A Matrix Approach Based on Data Ownership and Competence Centers

Organization of Data Warehousing in Large Service Companies: A Matrix Approach Based on Data Ownership and Competence Centers Association for Information Systems AIS Electronic Library (AISeL) AMCIS 2001 Proceedings Americas Conference on Information Systems (AMCIS) December 2001 Organization of Data Warehousing in Large Service

More information

The Data Warehouse Mentor: Practical Data Warehouse And Business Intelligence Insights Ebooks Free

The Data Warehouse Mentor: Practical Data Warehouse And Business Intelligence Insights Ebooks Free The Data Warehouse Mentor: Practical Data Warehouse And Business Intelligence Insights Ebooks Free Develop a custom, agile data warehousing and business intelligence architecture Empower your users and

More information

Data Warehouses. Letizia Tanca Politecnico di Milano (with the kind support of Rosalba Rossato)

Data Warehouses. Letizia Tanca Politecnico di Milano (with the kind support of Rosalba Rossato) Data Warehouses Letizia Tanca Politecnico di Milano (with the kind support of Rosalba Rossato) Outline What is a Data Warehouse Data Warehouse Architecture Data Warehouse Design What is a Data Warehouse

More information

CHAPTER 3 ENTERPRISE SYSTEMS ARCHITECTURE

CHAPTER 3 ENTERPRISE SYSTEMS ARCHITECTURE CHAPTER 3 ENTERPRISE SYSTEMS ARCHITECTURE 1 Learning Objectives Examine in detail the enterprise systems modules and architecture. Understand the effects of a well-designed architecture on ERP implementation.

More information

Analytics in Action transforming the way we use and consume information

Analytics in Action transforming the way we use and consume information Analytics in Action transforming the way we use and consume information Big Data Ecosystem The Data Traditional Data BIG DATA Repositories MPP Appliances Internet Hadoop Data Streaming Big Data Ecosystem

More information

Data Warehouses. Letizia Tanca Politecnico di Milano (with the kind support of Rosalba Rossato)

Data Warehouses. Letizia Tanca Politecnico di Milano (with the kind support of Rosalba Rossato) Data Warehouses Letizia Tanca Politecnico di Milano (with the kind support of Rosalba Rossato) Outline What is a Data Warehouse Data Warehouse Architecture Data Warehouse Design What is a Data Warehouse

More information

Data Warehousing provides easy access

Data Warehousing provides easy access Data Warehouse Process Data Warehousing provides easy access to the right data at the right time to the right users so that the right business decisions can be made. The Data Warehouse Process is a prescription

More information

Benefits of Industry DWH Models - Insurance Information Warehouse

Benefits of Industry DWH Models - Insurance Information Warehouse Benefits of Industry DWH Models - Insurance Information Warehouse Roland Bigge IBM Deutschland Hollerithstrasse 1 81829 München Schlüsselworte Datawarehousing, Business Intelligence, Insurance, Regulatory

More information

Emerging Technologies

Emerging Technologies Using SAS Strategically: A Case Study Timothy D. Brown, Quaker Chemical Corp., Conshohocken, PA ABSTRACT Quaker Chemical Corporation is a leader in the application of SAS products to meet global, strategic

More information

OPTIMISING PERFORMANCE WITH BUSINESS INTELLIGENCE

OPTIMISING PERFORMANCE WITH BUSINESS INTELLIGENCE OPTIMISING PERFORMANCE WITH BUSINESS INTELLIGENCE F. De Angelis, A. Polzonetti, B. Re School Of Science and Technology Camerino University ITALY Abstract - Today, BI systems and applications, which generate

More information

Innovation and Competitive Differentiation with Data Dynamics

Innovation and Competitive Differentiation with Data Dynamics Innovation and Competitive Differentiation with Data Dynamics Soumendra Mohanty Information Excellence Summit Feb 25 th, 2012 Bangalore http://informationexcellence.wordpress.com Soumendra Mohanty: Profile

More information

Evolution of the Data Warehouse at the Russian Railways. Igor Movchikov, Head of R&D department

Evolution of the Data Warehouse at the Russian Railways. Igor Movchikov, Head of R&D department Evolution of the Data Warehouse at the Russian Railways Igor Movchikov, Head of R&D department Overview The DW of the Russian Railways was originally presented at SEUGI 18 This presentation enlightens

More information

Nutech Computer Training Institute Inc.

Nutech Computer Training Institute Inc. Nutech Computer Training Institute Inc. 1682 E. Gude Drive, Suite 102, Rockville, Maryland, 20850 Tel: 301-610-9300 Website: www.nutechtraining.com E-mail: Nutech@nutechtraining.com Business Intelligence

More information

Enterprise Computing. Paul Padley SAS Institute. Adaptive Architectures for Business Intelligence - managing the deployment cost curve

Enterprise Computing. Paul Padley SAS Institute. Adaptive Architectures for Business Intelligence - managing the deployment cost curve Enterprise Computing Adaptive Architectures for Business Intelligence - managing the deployment cost curve Paul Padley SAS Institute Today's Agenda! Enterprise Architectures! Enterprise Influences! Architecture

More information

Real-World Data Management. Improving the tracking and monitoring of survey data for improved analytic outcomes

Real-World Data Management. Improving the tracking and monitoring of survey data for improved analytic outcomes Real-World Data Management Improving the tracking and monitoring of survey data for improved analytic outcomes Session Agenda Introductions and Overview U.S. Census Bureau StEPS & StEPS II programs o Background

More information

Advancing Information Management and Analysis with Entity Resolution. Whitepaper ADVANCING INFORMATION MANAGEMENT AND ANALYSIS WITH ENTITY RESOLUTION

Advancing Information Management and Analysis with Entity Resolution. Whitepaper ADVANCING INFORMATION MANAGEMENT AND ANALYSIS WITH ENTITY RESOLUTION Advancing Information Management and Analysis with Entity Resolution Whitepaper February 2016 novetta.com 2016, Novetta ADVANCING INFORMATION MANAGEMENT AND ANALYSIS WITH ENTITY RESOLUTION Advancing Information

More information

AVANTUS TRAINING PTE PTE LTD LTD

AVANTUS TRAINING PTE PTE LTD LTD [MS20466]: Implementing Data Models and Reports with SQL Server 2014 Length : 5 Days Audience(s) : IT Professionals Level : 300 Technology : Microsoft SQL Server Delivery Method : Instructor-led (Classroom)

More information

Effective Risk Management With AML Risk Assessment. January 25, 2017

Effective Risk Management With AML Risk Assessment. January 25, 2017 Effective Risk Management With AML Risk Assessment January 25, 2017 2017 2017 Crowe Crowe Horwath Horwath LLP LLP Agenda Regulatory Trends in Risk Assessment Crowe Approach to Anti-Money Laundering (AML)

More information

Case Studies in Action Tips for Creating a Next- Generation Data Warehouse

Case Studies in Action Tips for Creating a Next- Generation Data Warehouse Case Studies in Action Tips for Creating a Next- Generation Data Warehouse Sam Strum, Director of Data Services, INTTRA events.techtarget.com SearchBusinessAnalytics SUMMIT What Will Be Presented Overview

More information

Enterprise Data Management - Warehouse Integration Solutions Kim Foster, CoreTech Consulting Group, Inc., King of Prussia, PA

Enterprise Data Management - Warehouse Integration Solutions Kim Foster, CoreTech Consulting Group, Inc., King of Prussia, PA Warehousing Enterprise - Warehouse Integration Solutions Kim Foster, CoreTech Consulting Group, Inc., King of Prussia, PA ABSTRACT Recent studies have indicated that organizations involved in the design

More information

Health Analytics in the Real World: Insights from 15 years of pan Canadian Health Information Data Warehousing and Digital Health perspectives

Health Analytics in the Real World: Insights from 15 years of pan Canadian Health Information Data Warehousing and Digital Health perspectives Health Analytics in the Real World: Insights from 15 years of pan Canadian Health Information Data Warehousing and Digital Health perspectives 1 Why are we here? Objective: Share Clinical Data Warehousing

More information

INTEGRATING BUSINESS INTELLIGENCE TO MANAGE CAMPUS OPERATIONS, IMPROVE PERFORMANCE AND MASTER OUTCOMES

INTEGRATING BUSINESS INTELLIGENCE TO MANAGE CAMPUS OPERATIONS, IMPROVE PERFORMANCE AND MASTER OUTCOMES INTEGRATING BUSINESS INTELLIGENCE TO MANAGE CAMPUS OPERATIONS, IMPROVE PERFORMANCE AND MASTER OUTCOMES Dr. Fawzi BenMessaoud Dr. Karl MacDorman Prathik Gadde Information Management Data growth rate

More information

COM T. Friedman, F. Buytendijk, D. Prior

COM T. Friedman, F. Buytendijk, D. Prior T. Friedman, F. Buytendijk, D. Prior Research Note 14 May 2003 Commentary SAP BW: Real-World Experiences and Best Practices SAP customers will be driven to deploy Business Information Warehouse as part

More information

Reporting for Advancement

Reporting for Advancement Strategies for Supporting Advancement and Development Reporting for Advancement The Changing Economics of Business Intelligence The changing economics of business intelligence make this technology feasible

More information

TAP Air Portugal. in Real Time TÍTULO. Subtítulo. Rui Monteiro - February 19. Data da apresentação

TAP Air Portugal. in Real Time TÍTULO. Subtítulo. Rui Monteiro - February 19. Data da apresentação TAP Air Portugal in Real Time Rui Monteiro - rmonteiro@tap.pt February 19 Resume The information is a strategic asset to support decision making and legacy data analysis has been the focus of analytical

More information

Trusted by more than 150 CSPs worldwide.

Trusted by more than 150 CSPs worldwide. RAID is a platform designed for Communication Service Providers that want to leverage their data assets to improve business processes and gain business insights, while at the same time simplify their IT

More information

Masters Programs Course Syllabus

Masters Programs Course Syllabus [SEMESTER].[HALF] [SCHOOL YEAR] 2 4 6 1 B U S I N E S S I N T E L L I G E N C E INSTRUCTOR: MIGUEL DE CASTRO NETO CONTACT: mneto@novaims.unl.pt http://www.novaims.unl.pt/mneto SHORT BIO: OFFICE HOURS:

More information

InfoSphere Software The Value of Trusted Information IBM Corporation

InfoSphere Software The Value of Trusted Information IBM Corporation Software The Value of Trusted Information 2008 IBM Corporation Accelerate to the Next Level Unlocking the Business Value of Information for Competitive Advantage Business Value Maturity of Information

More information

The Sentient Enterprise: The Future of Analytics and Business Decision Making

The Sentient Enterprise: The Future of Analytics and Business Decision Making The Sentient Enterprise: The Future of Analytics and Business Decision Making MOHAN SAWHNEY McCormick Foundation Professor of Technology Kellogg School of Management 57% Important business data is not

More information

Chapter 2. Key Features and Functional Architecture of Operational Business Intelligence System

Chapter 2. Key Features and Functional Architecture of Operational Business Intelligence System Chapter 2. Key Features and Functional Architecture of Operational Business Intelligence System 2.1 Introduction The use of business intelligence (BI) in the organizations has been increasing day by day

More information

ABSTRACT INTRODUCTION OUR ETL EVOLUTION

ABSTRACT INTRODUCTION OUR ETL EVOLUTION Paper 2409-2018 Developing BI Best Practices: Texas Parks and Wildlife s ETL Evolution Drew Turner, John Taylor, Alejandro Farias, Texas Parks and Wildlife Department ABSTRACT The development of extract,

More information

Astera Data Warehouse Accelerator

Astera Data Warehouse Accelerator Solution Brief Astera Data Warehouse Accelerator sales@astera.com 888-77-ASTERA Astera DWAccelerator is an advanced data management platform that focuses on helping organizations obtain analytics for decision

More information

Customer Billing and Revenue Data Warehouse Design and Implementation Project

Customer Billing and Revenue Data Warehouse Design and Implementation Project REQUEST FOR PROPOSAL Customer Billing and Revenue Data Warehouse Design and Implementation Project This Request for Proposal (RFP) is being issued to evaluate and select a qualified vendor to implement

More information

A Business Intelligence System Design Based on ASP Platform

A Business Intelligence System Design Based on ASP Platform A Business Intelligence System Design Based on Platform Fengchi Shen, and Rongtao Ding Abstract The Informational Infrastructures of small and medium-sized manufacturing enterprises are relatively poor,

More information

Proactive supply chain performance management with predictive analytics

Proactive supply chain performance management with predictive analytics Proactive supply chain performance management with predictive analytics Nenad Stefanovic 1 1 Institute of Mathematics and Informatics, Faculty of Science, University of Kragujevac Radoja Domanovica 12,

More information

Near Real-Time Extract, Transform and Load

Near Real-Time Extract, Transform and Load Regis University epublications at Regis University All Regis University Theses Spring 2007 Near Real-Time Extract, Transform and Load Wei-Chwen Soon Wilson Regis University Follow this and additional works

More information

Business intelligence is NOT transaction processing

Business intelligence is NOT transaction processing Class 3 BUSINESS INTELLIGENCE BI-what? Business intelligence is NOT transaction processing Online transaction processing (OTLP) Each request is a transaction (computerized record of a discrete event) CRM,

More information

Data Warehousing & BI for the Small to Midsize Business

Data Warehousing & BI for the Small to Midsize Business Cirista White Paper Data Warehousing & BI for the Small to Midsize Business By Joe Foley & Tim Bates April 27, 2004 Cirista Cirista White Paper 2 Introduction Everyone seems to agree that a Business Intelligence

More information

NEW YORK CHICHESTER WEINHEIM BRISBANE SINGAPORE TORONTO

NEW YORK CHICHESTER WEINHEIM BRISBANE SINGAPORE TORONTO The Data Warehouse Toolkit Second Edition The Complete Guide to Dimensional Modeling Ralph Kimball Margy Ross Wiley Computer Publishing John Wiley & Sons, Inc. NEW YORK CHICHESTER WEINHEIM BRISBANE SINGAPORE

More information

Workforce Deployment Dimension and Fact Job Aid

Workforce Deployment Dimension and Fact Job Aid Table of Contents Introduction... 2 Human Resources Workforce Deployment Analysis... 5 Human Resources Workforce Deployment Subject Area... 8 Workforce Deployment Facts - Measure Definitions... 9 Workforce

More information

NICE Customer Engagement Analytics - Architecture Whitepaper

NICE Customer Engagement Analytics - Architecture Whitepaper NICE Customer Engagement Analytics - Architecture Whitepaper Table of Contents Introduction...3 Data Principles...4 Customer Identities and Event Timelines...................... 4 Data Discovery...5 Data

More information

Designing Business Intelligence Solutions with Microsoft SQL Server 2014

Designing Business Intelligence Solutions with Microsoft SQL Server 2014 Designing Business Intelligence Solutions with Microsoft SQL Server 2014 20467D; 5 Days, Instructor-led Course Description This five-day instructor-led course teaches students how to implement self-service

More information

InfoSphere Warehouse. Flexible. Reliable. Simple. IBM Software Group

InfoSphere Warehouse. Flexible. Reliable. Simple. IBM Software Group IBM Software Group Flexible Reliable InfoSphere Warehouse Simple Ser Yean Tan Regional Technical Sales Manager Information Management Software IBM Software Group ASEAN 2007 IBM Corporation Business Intelligence

More information