White Paper

Size: px
Start display at page:

Download "White Paper www.wherescape.com"

Transcription

1 What s your story? White Paper

2 Agile Requirements Epics and Themes help get you Started The Task List The Story Basic Story Structure One More Chapter to the Story Use the Story Structure to Define Tasks in WhereScape The Example The Task List Operational/Functional Stories Tracking Agility in WhereScape RED Start Delivering Introducing WhereScape RED

3 What s your story? Turn User Stories into Working Data Warehouses with WhereScape RED Agile Requirements Feature-led or story-led development is a proven Agile method for efficient data warehouse delivery. With this method, developers rely less on an exhaustive specification of requirements, and more on close collaboration with actual users to get a flexible, intuitive understanding of how to create business value through the data warehouse project. WhereScape RED is ideally suited for story-led development. Among the most valuable features are: Automation: Coding of the routine components of the data warehouse is automated by WhereScape RED, so developers can spend more time working with users and refining the final product. If less time is spent on error-handling code, documentation, and the operational framework, then more time can be spent working with users to refine business logic and presentation. Speed: DW development with WhereScape is so quick that the database design and transformation logic can be refined through rapid iterations and user input rather than detailed specifications. Tables can be redefined and reloaded in minutes so that a variety of approaches can be tried out quickly. Quality: Agile methods emphasize quality and supportability throughout the development process. WhereScape RED helps deliver quality product by automating documentation, source data tracking, coding and naming standards, and many other important features as the data warehouse is developed. The core of agile development is the user story. Rather than calling out each specific data element and report options for a data warehouse, the user story describes a user solving a real-world business problem with the perfect software ready at hand. The user story then serves as a guide as developers plan the project and develop the system. The project team breaks down the user stories to determine the development tasks that will guide the project. This document is not intended to be an exhaustive guide to gathering and working with user stories, but rather to give practical examples of how to use user stories with WhereScape RED. More comprehensive information can be found in User Stories Applied: For Agile Software Development by Mike Cohn and Agile Business Intelligence by Ken Collier. This document concentrates on the anlayze or dimensional layer of the data warehouse as this is very connected to user requirements. This dimensional layer should be supported by a normalized layer where appropriate. Epics and Themes help get you Started Here is a quick review of the basic Agile requirements vocabulary: Story: A brief description of one scenario of how one user would use the BI system. These will be discussed in more detail in the next section. Theme: A group of related stories

4 Epic: A broad statement of goals or needs to be solved by the BI system. While Stories drive the development tasks, the Epics and Themes that emerge during user sessions can help developers get started. Epics often point toward the data set that will be needed to support a broad category of stories. Themes often describe a fact table or aggregate that will be able to support a group of stories. The first step is to group the stories, epics and themes, so we can see the commonalities: Epic (Source System) I want to get a handle on sales activity. A quick analysis of these statements indicates that required data will come from the order management source system, that a bookings fact table and a ranked aggregate table will need to be created, and that, on the reporting side, users expect an ed top 10 report, a dashboard with associated data-linked items, and (at least) a pie chart for visualization. The Task List Theme (fact table) Who are the top ten customers by booked orders? Story (report or other visualizatoon) I want an with the top 10 My desktop dashboard should list the top ten. A pie chart would show us where to focus within the top 10. Not much more analysis is required to lay out some initial tasks for data warehouse development. Developers can get started on these while the project team continues to gather and refine user stories. Epic tasks (source system): Set up a sales activity project in WhereScape RED. Determine the source systems for sales data. Create a connection to the sales data system (or systems). Build load tables for order-related data. Theme tasks (fact table): Create orders fact table. Create status dimension. Confirm that booked orders can be identified with order status. Create customer rank aggregate by order value. With very little time or effort, there are 8 tasks on the board that will be valuable as more user stories are uncovered, and others refined. A WhereScape developer with a basic level of experience won t need much more direction than this to get started. Developers new to the product may require an additional level of more detailed tasks. The Story In Agile data warehousing and business intelligence projects, the user stories are limited to a familiar scope. DW/BI user stories usually talk about existing data and how it will be displayed or analyzed, so properly structured stories can be easily broken down into tasks for the WhereScape RED developers. Basic Story Structure The standard Agile story has the structure: As a [role] I want [something] so that [business benefit]

5 For a BI project, we can take advantage of the standard basic BI architecture to enhance the story structure to give just a little more value to the team: As a [role] I want [data] as [visualization] so that [business benefit]. This version of the story helps developers focus on important questions in BI development: which data does the user want to see and how would they like to see it? For example: As Sales Manager, I want to see daily bookings in an in order to keep an eye on sales performance. The amended format helps us break down the required development tasks. Obviously, the visualization points to the report format that the user has in mind (at the moment, anyway). This acts as a starting point for the front-end development team. The data component of our story, which in the example is daily bookings, provides a direction for the data warehouse team. Clearly, at least one fact table with bookings, and a dimensional constraint that will deliver the current, or previous, day s bookings, will be needed. One More Chapter to the Story A great deal of value can be added to the story by the addition of a single sentence to the format: As a [role] I want [data] as [visualization] so that [business benefit]. I define [data] as [description]. This extra sentence in the user story gives the development team a head start in finding the correct transactions to put into the fact table and determining what, if any, business rules need to be applied. In our example: As Sales Manager, I want to see daily bookings in an in order to keep an eye on sales performance. I define daily bookings as all orders from both regions that have completed or pending status. This extra sentence in the user story gives the development team a head start in finding the correct transactions to put into the fact table and determining what, if any, business rules need to be applied. This refinement makes it clear that there is more to this story than previously understood. The two regions may imply two different source systems. Productive, and while it will assist inexperienced people and teams they will not be as productive as more skilled people. Use the Story Structure to Define Tasks in WhereScape Given our standard story format: As [role] I want to see [data] as [visualization] in order to achieve [business benefit]. I define [data] as [description]. A brief analysis defines several useful tasks that we can quickly deliver. [role] describes who the user is who will ultimately sign off on this story. I [data] generally speaking, every story requires at least one fact table. This part of the story provides a quick description of the fact table needed for this story. [visualization] describes the report or other method for visual display of the data. This serves as high-level guidance to the front end developer. [business benefit] this is the core of the acceptance criteria. [description] this description provides an additional head start in tracking down the data for this story. The description indicates which source system the user expects the data to come from, which transactions will be put into fact tables, and - 3 -

6 may also have a starting point for business rules that are required. The Example As Sales Manager, I want to see daily bookings in an in order to keep an eye on sales performance. I define daily bookings as all orders from both regions that have completed or pending status. [role] Sales Manager. [data] Daily Bookings. [visualization] list report delivered via . [business benefit] keeping an eye on sales performance. How will the Sales Manager verify that this really is helping? [description] Orders from both regions with completed or pending status. The Task List An initial list of tasks can be developed from this breakdown for team members, including the end user, the front end developer and the WhereScape RED developer. Develop with a validation strategy for this story (user). Investigate and set up source connections for both sales regions (RED). Create load tables for all order data (RED). Create status dimension for orders (RED). Check the current day attribute in the RED date dimension to make sure it will work with this story (RED). Create the orders fact table (RED). Create nightly load jobs for orders (RED). Develop a detail report showing daily bookings (Front end). Develop an delivery job for delivering the daily bookings report (Front End). Operational/Functional Stories Some user stories gathered will involve the operational or functional aspects of the data warehouse. While it s important that the data warehouse development effort is focused as much as possible on the end value to the business, user stories can be a useful way to gather up operational requirements as well. For example: As the data warehouse administrator, I want the data warehouse to load all tables every night in the correct order so that data quality and integrity is maintained. As the operations manager, I need to be notified if any load jobs have failed and why so that fix any issues quickly and maintain good system availability. As the operations manager, I need to be able to restart the load process quickly and easily and not spend hours figuring out what to do to recover from a failure. I need this to maintain good system availability and data quality. As the data steward, I need my validation scripts to run after each fact table loads so that I can assure the users that the data is correct. It is critical to collect these stories, in addition to more conventional user stories. WhereScape RED automates data warehouse operations, so most of these requirements are already met. The only tasks required will be to confirm that WhereScape RED has been correctly configured and that any required parameters have been set

7 For the story: As the data warehouse administrator, I want the data warehouse to load all tables every night in the correct order so that data quality and integrity is maintained. The tasks are: Create a scheduler load job with all objects grouped by type. Confirm that load, dimension, stage, fact, aggregates, and cubes are loaded in the correct order. Run a test load to confirm. For the story: As the operations manager, I need to be notified if any load jobs have failed and why so that fix any issues quickly and maintain good system availability. The tasks are: 1. Ask the operations manager which addresses should be notified for nightly job success and failure. 2. Follow WhereScape instructions for writing the notification command line for success and failure. 3. Paste the failure command lines into all jobs. 4. Paste the success command lines into the first and last jobs. 5. Run a test with all jobs successful. 6. Run a test with a failed job. Tracking Agility in WhereScape RED WhereScape RED s flexible and comprehensive metadata structure is useful for tracking progress on the story queue. The properties panel below shows how we can record the Epics, Themes, and Stories that are supported by our FACT_ORDERS fact table. A simple metadata report can then show which user story elements have been covered by the development effort so far. Start Delivering The task lists from the previous sections are sufficient for an experienced development team using WhereScape RED and any of the standard front-end tools to complete the first development cycle and get a first version of the story in front of the user within a few days. Some tasks that might be needed in non- WhereScape projects are not required when using WhereScape RED. The ETL code generated by WhereScape RED automatically includes: User documentation Technical documentation Logic for both initial and incremental loads Error handling Integration into the operational framework If these tasks, important to any production data warehouse, do make their way onto the project list, they will be quickly dispatched by the WhereScape RED development team

8 Introducing WhereScape RED Everyone understands the competitive advantage a business intelligence environment can bring the problem is they take too much time to build before they deliver. That s where WhereScape RED comes in. It provides a complete methodology as well as a development and management framework all while leveraging industry standard database technology. WhereScape RED enables the building of fully functional data warehouses in days or weeks, saving weeks or months of consulting time and money. This means you can get user feedback faster, and improve the quality of the warehouse implementation, as well as save time and money. For more information on WhereScape RED please visit - 6 -

East Asia Network Sdn Bhd

East Asia Network Sdn Bhd Course: Analyzing, Designing, and Implementing a Data Warehouse with Microsoft SQL Server 2014 Elements of this syllabus may be change to cater to the participants background & knowledge. This course describes

More information

Data warehouse and Business Intelligence Collateral

Data warehouse and Business Intelligence Collateral Data warehouse and Business Intelligence Collateral Page 1 of 12 DATA WAREHOUSE AND BUSINESS INTELLIGENCE COLLATERAL Brains for the corporate brawn: In the current scenario of the business world, the competition

More information

BI Dashboards the Agile Way

BI Dashboards the Agile Way BI Dashboards the Agile Way Paul DeSarra Paul DeSarra is Inergex practice director for business intelligence and data warehousing. He has 15 years of BI strategy, development, and management experience

More information

Implementing a Data Warehouse with Microsoft SQL Server 2014

Implementing a Data Warehouse with Microsoft SQL Server 2014 Implementing a Data Warehouse with Microsoft SQL Server 2014 MOC 20463 Duración: 25 horas Introducción This course describes how to implement a data warehouse platform to support a BI solution. Students

More information

POLAR IT SERVICES. Business Intelligence Project Methodology

POLAR IT SERVICES. Business Intelligence Project Methodology POLAR IT SERVICES Business Intelligence Project Methodology Table of Contents 1. Overview... 2 2. Visualize... 3 3. Planning and Architecture... 4 3.1 Define Requirements... 4 3.1.1 Define Attributes...

More information

Implementing a Data Warehouse with Microsoft SQL Server 2012 MOC 10777

Implementing a Data Warehouse with Microsoft SQL Server 2012 MOC 10777 Implementing a Data Warehouse with Microsoft SQL Server 2012 MOC 10777 Course Outline Module 1: Introduction to Data Warehousing This module provides an introduction to the key components of a data warehousing

More information

MicroStrategy Course Catalog

MicroStrategy Course Catalog MicroStrategy Course Catalog 1 microstrategy.com/education 3 MicroStrategy course matrix 4 MicroStrategy 9 8 MicroStrategy 10 table of contents MicroStrategy course matrix MICROSTRATEGY 9 MICROSTRATEGY

More information

COURSE 20463C: IMPLEMENTING A DATA WAREHOUSE WITH MICROSOFT SQL SERVER

COURSE 20463C: IMPLEMENTING A DATA WAREHOUSE WITH MICROSOFT SQL SERVER Page 1 of 8 ABOUT THIS COURSE This 5 day course describes how to implement a data warehouse platform to support a BI solution. Students will learn how to create a data warehouse with Microsoft SQL Server

More information

Implementing a Data Warehouse with Microsoft SQL Server

Implementing a Data Warehouse with Microsoft SQL Server Page 1 of 7 Overview This course describes how to implement a data warehouse platform to support a BI solution. Students will learn how to create a data warehouse with Microsoft SQL 2014, implement ETL

More information

How To Choose A Business Intelligence Toolkit

How To Choose A Business Intelligence Toolkit Background Current Reporting Challenges: Difficulty extracting various levels of data from AgLearn Limited ability to translate data into presentable formats Complex reporting requires the technical staff

More information

Structure of the presentation

Structure of the presentation Integration of Legacy Data (SLIMS) and Laboratory Information Management System (LIMS) through Development of a Data Warehouse Presenter N. Chikobi 2011.06.29 Structure of the presentation Background Preliminary

More information

IBM Cognos Express Essential BI and planning for midsize companies

IBM Cognos Express Essential BI and planning for midsize companies Data Sheet IBM Cognos Express Essential BI and planning for midsize companies Overview IBM Cognos Express is the first and only integrated business intelligence (BI) and planning solution purposebuilt

More information

MS 20467: Designing Business Intelligence Solutions with Microsoft SQL Server 2012

MS 20467: Designing Business Intelligence Solutions with Microsoft SQL Server 2012 MS 20467: Designing Business Intelligence Solutions with Microsoft SQL Server 2012 Description: This five-day instructor-led course teaches students how to design and implement a BI infrastructure. The

More information

Microsoft Data Warehouse in Depth

Microsoft Data Warehouse in Depth Microsoft Data Warehouse in Depth 1 P a g e Duration What s new Why attend Who should attend Course format and prerequisites 4 days The course materials have been refreshed to align with the second edition

More information

Designing Business Intelligence Solutions with Microsoft SQL Server 2012 Course 20467A; 5 Days

Designing Business Intelligence Solutions with Microsoft SQL Server 2012 Course 20467A; 5 Days Lincoln Land Community College Capital City Training Center 130 West Mason Springfield, IL 62702 217-782-7436 www.llcc.edu/cctc Designing Business Intelligence Solutions with Microsoft SQL Server 2012

More information

Implementing a Data Warehouse with Microsoft SQL Server MOC 20463

Implementing a Data Warehouse with Microsoft SQL Server MOC 20463 Implementing a Data Warehouse with Microsoft SQL Server MOC 20463 Course Outline Module 1: Introduction to Data Warehousing This module provides an introduction to the key components of a data warehousing

More information

COURSE OUTLINE MOC 20463: IMPLEMENTING A DATA WAREHOUSE WITH MICROSOFT SQL SERVER

COURSE OUTLINE MOC 20463: IMPLEMENTING A DATA WAREHOUSE WITH MICROSOFT SQL SERVER COURSE OUTLINE MOC 20463: IMPLEMENTING A DATA WAREHOUSE WITH MICROSOFT SQL SERVER MODULE 1: INTRODUCTION TO DATA WAREHOUSING This module provides an introduction to the key components of a data warehousing

More information

LEARNING SOLUTIONS website milner.com/learning email training@milner.com phone 800 875 5042

LEARNING SOLUTIONS website milner.com/learning email training@milner.com phone 800 875 5042 Course 20467A: Designing Business Intelligence Solutions with Microsoft SQL Server 2012 Length: 5 Days Published: December 21, 2012 Language(s): English Audience(s): IT Professionals Overview Level: 300

More information

Implementing a SQL Data Warehouse 2016

Implementing a SQL Data Warehouse 2016 Implementing a SQL Data Warehouse 2016 http://www.homnick.com marketing@homnick.com +1.561.988.0567 Boca Raton, Fl USA About this course This 4-day instructor led course describes how to implement a data

More information

Data Warehouse (DW) Maturity Assessment Questionnaire

Data Warehouse (DW) Maturity Assessment Questionnaire Data Warehouse (DW) Maturity Assessment Questionnaire Catalina Sacu - csacu@students.cs.uu.nl Marco Spruit m.r.spruit@cs.uu.nl Frank Habers fhabers@inergy.nl September, 2010 Technical Report UU-CS-2010-021

More information

Managing TM1 Projects

Managing TM1 Projects White Paper Managing TM1 Projects What You ll Learn in This White Paper: Traditional approaches to project management A more agile approach Prototyping Achieving the ideal outcome Assessing project teams

More information

Implement a Data Warehouse with Microsoft SQL Server 20463C; 5 days

Implement a Data Warehouse with Microsoft SQL Server 20463C; 5 days Lincoln Land Community College Capital City Training Center 130 West Mason Springfield, IL 62702 217-782-7436 www.llcc.edu/cctc Implement a Data Warehouse with Microsoft SQL Server 20463C; 5 days Course

More information

Agile Business Intelligence Data Lake Architecture

Agile Business Intelligence Data Lake Architecture Agile Business Intelligence Data Lake Architecture TABLE OF CONTENTS Introduction... 2 Data Lake Architecture... 2 Step 1 Extract From Source Data... 5 Step 2 Register And Catalogue Data Sets... 5 Step

More information

Implementing a Data Warehouse with Microsoft SQL Server

Implementing a Data Warehouse with Microsoft SQL Server This course describes how to implement a data warehouse platform to support a BI solution. Students will learn how to create a data warehouse 2014, implement ETL with SQL Server Integration Services, and

More information

Whitepaper. Data Warehouse/BI Testing Offering YOUR SUCCESS IS OUR FOCUS. Published on: January 2009 Author: BIBA PRACTICE

Whitepaper. Data Warehouse/BI Testing Offering YOUR SUCCESS IS OUR FOCUS. Published on: January 2009 Author: BIBA PRACTICE YOUR SUCCESS IS OUR FOCUS Whitepaper Published on: January 2009 Author: BIBA PRACTICE 2009 Hexaware Technologies. All rights reserved. Table of Contents 1. 2. Data Warehouse - Typical pain points 3. Hexaware

More information

Tiber Solutions. Designing Business Intelligence Applications and Dashboards for End-User Needs. Jim Hadley

Tiber Solutions. Designing Business Intelligence Applications and Dashboards for End-User Needs. Jim Hadley Tiber Solutions Designing Business Intelligence Applications and Dashboards for End-User Needs Jim Hadley Tiber Solutions Founded in 2005 to provide Business Intelligence / Data Warehousing thought leadership

More information

Business Intelligence and Healthcare

Business Intelligence and Healthcare Business Intelligence and Healthcare SUTHAN SIVAPATHAM SENIOR SHAREPOINT ARCHITECT Agenda Who we are What is BI? Microsoft s BI Stack Case Study (Healthcare) Who we are Point Alliance is an award-winning

More information

Reflections on Agile DW by a Business Analytics Practitioner. Werner Engelen Principal Business Analytics Architect

Reflections on Agile DW by a Business Analytics Practitioner. Werner Engelen Principal Business Analytics Architect Reflections on Agile DW by a Business Analytics Practitioner Werner Engelen Principal Business Analytics Architect Introduction Werner Engelen Active in BI & DW since 1998 + 6 years at element61 Previously:

More information

The Benefits of Data Modeling in Business Intelligence

The Benefits of Data Modeling in Business Intelligence WHITE PAPER: THE BENEFITS OF DATA MODELING IN BUSINESS INTELLIGENCE The Benefits of Data Modeling in Business Intelligence DECEMBER 2008 Table of Contents Executive Summary 1 SECTION 1 2 Introduction 2

More information

BENEFITS OF AUTOMATING DATA WAREHOUSING

BENEFITS OF AUTOMATING DATA WAREHOUSING BENEFITS OF AUTOMATING DATA WAREHOUSING Introduction...2 The Process...2 The Problem...2 The Solution...2 Benefits...2 Background...3 Automating the Data Warehouse with UC4 Workload Automation Suite...3

More information

BIG DATA COURSE 1 DATA QUALITY STRATEGIES - CUSTOMIZED TRAINING OUTLINE. Prepared by:

BIG DATA COURSE 1 DATA QUALITY STRATEGIES - CUSTOMIZED TRAINING OUTLINE. Prepared by: BIG DATA COURSE 1 DATA QUALITY STRATEGIES - CUSTOMIZED TRAINING OUTLINE Cerulium Corporation has provided quality education and consulting expertise for over six years. We offer customized solutions to

More information

Building an Executive Dashboard On Top Of Excel. Building an Executive Dashboard On Top Of Excel

Building an Executive Dashboard On Top Of Excel. Building an Executive Dashboard On Top Of Excel Building an Executive Dashboard On Top Of Excel William Lay, Technicolor Breakout Information (Hidden Slide) Building an Executive Dashboard On Top Of Excel Has management asked you to create an executive

More information

Super-Charged Oracle Business Intelligence with Essbase and SmartView

Super-Charged Oracle Business Intelligence with Essbase and SmartView Specialized. Recognized. Preferred. The right partner makes all the difference. Super-Charged Oracle Business Intelligence with Essbase and SmartView By: Gautham Sampath Pinellas County & Patrick Callahan

More information

Microsoft. Course 20463C: Implementing a Data Warehouse with Microsoft SQL Server

Microsoft. Course 20463C: Implementing a Data Warehouse with Microsoft SQL Server Course 20463C: Implementing a Data Warehouse with Microsoft SQL Server Length : 5 Days Audience(s) : IT Professionals Level : 300 Technology : Microsoft SQL Server 2014 Delivery Method : Instructor-led

More information

Data Warehouse Overview. Srini Rengarajan

Data Warehouse Overview. Srini Rengarajan Data Warehouse Overview Srini Rengarajan Please mute Your cell! Agenda Data Warehouse Architecture Approaches to build a Data Warehouse Top Down Approach Bottom Up Approach Best Practices Case Example

More information

Business Intelligence. A Presentation of the Current Lead Solutions and a Comparative Analysis of the Main Providers

Business Intelligence. A Presentation of the Current Lead Solutions and a Comparative Analysis of the Main Providers 60 Business Intelligence. A Presentation of the Current Lead Solutions and a Comparative Analysis of the Main Providers Business Intelligence. A Presentation of the Current Lead Solutions and a Comparative

More information

BI4Dynamics provides rich business intelligence capabilities to companies of all sizes and industries. From the first day on you can analyse your

BI4Dynamics provides rich business intelligence capabilities to companies of all sizes and industries. From the first day on you can analyse your BI4Dynamics provides rich business intelligence capabilities to companies of all sizes and industries. From the first day on you can analyse your data quickly, accurately and make informed decisions. Spending

More information

SQL Server 2012 Business Intelligence Boot Camp

SQL Server 2012 Business Intelligence Boot Camp SQL Server 2012 Business Intelligence Boot Camp Length: 5 Days Technology: Microsoft SQL Server 2012 Delivery Method: Instructor-led (classroom) About this Course Data warehousing is a solution organizations

More information

October 16, 2009 Florida Chapter Presented by Raphael Klebanov, WhereScape USA Best Practices Building a Data Warehouse Quickly

October 16, 2009 Florida Chapter Presented by Raphael Klebanov, WhereScape USA Best Practices Building a Data Warehouse Quickly October 16, 2009 Florida Chapter Presented by Raphael Klebanov, WhereScape USA Best Practices Building a Data Warehouse Quickly Copyright 2009 by WhereScape Software Abstract Key factors that influence

More information

Course 10777A: Implementing a Data Warehouse with Microsoft SQL Server 2012

Course 10777A: Implementing a Data Warehouse with Microsoft SQL Server 2012 Course 10777A: Implementing a Data Warehouse with Microsoft SQL Server 2012 OVERVIEW About this Course Data warehousing is a solution organizations use to centralize business data for reporting and analysis.

More information

B. 3 essay questions. Samples of potential questions are available in part IV. This list is not exhaustive it is just a sample.

B. 3 essay questions. Samples of potential questions are available in part IV. This list is not exhaustive it is just a sample. IS482/682 Information for First Test I. What is the structure of the test? A. 20-25 multiple-choice questions. B. 3 essay questions. Samples of potential questions are available in part IV. This list is

More information

Using Tableau Software with Hortonworks Data Platform

Using Tableau Software with Hortonworks Data Platform Using Tableau Software with Hortonworks Data Platform September 2013 2013 Hortonworks Inc. http:// Modern businesses need to manage vast amounts of data, and in many cases they have accumulated this data

More information

Incore Solutions The Core of Your Success

Incore Solutions The Core of Your Success Incore Solutions The Core of Your Success Incore Solutions is Specialized in Application BI Incore Solutions, Our Customer selection Mission Being the best in the realization/ implementation of Application

More information

Implementing a Data Warehouse with Microsoft SQL Server 2012

Implementing a Data Warehouse with Microsoft SQL Server 2012 Course 10777A: Implementing a Data Warehouse with Microsoft SQL Server 2012 Length: Audience(s): 5 Days Level: 200 IT Professionals Technology: Microsoft SQL Server 2012 Type: Delivery Method: Course Instructor-led

More information

INFORMATION TECHNOLOGY STANDARD

INFORMATION TECHNOLOGY STANDARD COMMONWEALTH OF PENNSYLVANIA DEPARTMENT OF PUBLIC WELFARE INFORMATION TECHNOLOGY STANDARD Name Of Standard: Data Warehouse Standards Domain: Enterprise Knowledge Management Number: Category: STD-EKMS001

More information

Advantages of Implementing a Data Warehouse During an ERP Upgrade

Advantages of Implementing a Data Warehouse During an ERP Upgrade Advantages of Implementing a Data Warehouse During an ERP Upgrade Advantages of Implementing a Data Warehouse During an ERP Upgrade Introduction Upgrading an ERP system represents a number of challenges

More information

Cúram Business Intelligence and Analytics Guide

Cúram Business Intelligence and Analytics Guide IBM Cúram Social Program Management Cúram Business Intelligence and Analytics Guide Version 6.0.4 Note Before using this information and the product it supports, read the information in Notices at the

More information

QAD Business Intelligence Release Notes

QAD Business Intelligence Release Notes QAD Business Intelligence Release Notes September 2008 These release notes include information about the latest QAD Business Intelligence (QAD BI) fixes and changes. These changes may affect the way you

More information

Modeling: Operational, Data Warehousing & Data Marts

Modeling: Operational, Data Warehousing & Data Marts Course Description Modeling: Operational, Data Warehousing & Data Marts Operational DW DMs GENESEE ACADEMY, LLC 2013 Course Developed by: Hans Hultgren DATA MODELING IMMERSION Modeling: Operational, Data

More information

How Silk Central brings flexibility to agile development

How Silk Central brings flexibility to agile development How Silk Central brings flexibility to agile development The name agile development is perhaps slightly misleading as it is by its very nature, a carefully structured environment of rigorous procedures.

More information

B.Sc (Computer Science) Database Management Systems UNIT-V

B.Sc (Computer Science) Database Management Systems UNIT-V 1 B.Sc (Computer Science) Database Management Systems UNIT-V Business Intelligence? Business intelligence is a term used to describe a comprehensive cohesive and integrated set of tools and process used

More information

Beta: Implementing a Data Warehouse with Microsoft SQL Server 2012

Beta: Implementing a Data Warehouse with Microsoft SQL Server 2012 CÔNG TY CỔ PHẦN TRƯỜNG CNTT TÂN ĐỨC TAN DUC INFORMATION TECHNOLOGY SCHOOL JSC LEARN MORE WITH LESS! Course 10777: Beta: Implementing a Data Warehouse with Microsoft SQL Server 2012 Length: 5 Days Audience:

More information

Implementing a Data Warehouse with Microsoft SQL Server 2012

Implementing a Data Warehouse with Microsoft SQL Server 2012 Course 10777 : Implementing a Data Warehouse with Microsoft SQL Server 2012 Page 1 of 8 Implementing a Data Warehouse with Microsoft SQL Server 2012 Course 10777: 4 days; Instructor-Led Introduction Data

More information

Course 20463:Implementing a Data Warehouse with Microsoft SQL Server

Course 20463:Implementing a Data Warehouse with Microsoft SQL Server Course 20463:Implementing a Data Warehouse with Microsoft SQL Server Type:Course Audience(s):IT Professionals Technology:Microsoft SQL Server Level:300 This Revision:C Delivery method: Instructor-led (classroom)

More information

Self-Service in the world of Data Integration

Self-Service in the world of Data Integration Self-Service in the world of Data Integration April 2011 San Francisco DAMA Meeting Diby Malakar Director Product Management 1 Agenda Introduction Business Problem Lean and Agile Data Integration Self-Service

More information

A Tipping Point for Automation in the Data Warehouse. www.stonebranch.com

A Tipping Point for Automation in the Data Warehouse. www.stonebranch.com A Tipping Point for Automation in the Data Warehouse www.stonebranch.com Resolving the ETL Automation Problem The pressure on ETL Architects and Developers to utilize automation in the design and management

More information

Implementing a Data Warehouse with Microsoft SQL Server

Implementing a Data Warehouse with Microsoft SQL Server CÔNG TY CỔ PHẦN TRƯỜNG CNTT TÂN ĐỨC TAN DUC INFORMATION TECHNOLOGY SCHOOL JSC LEARN MORE WITH LESS! Course 20463 Implementing a Data Warehouse with Microsoft SQL Server Length: 5 Days Audience: IT Professionals

More information

www.h2kinfosys.com training@h2kinfosys.com h2kinfosys@gmail.com 678-343-1502 Business Objects Course outline: =======================

www.h2kinfosys.com training@h2kinfosys.com h2kinfosys@gmail.com 678-343-1502 Business Objects Course outline: ======================= www.h2kinfosys.com training@h2kinfosys.com h2kinfosys@gmail.com 678-343-1502 Business Objects Course outline: ======================= Now Business Objects is part of SAP. SAP bought BO Types of data and

More information

Course Outline. Module 1: Introduction to Data Warehousing

Course Outline. Module 1: Introduction to Data Warehousing Course Outline Module 1: Introduction to Data Warehousing This module provides an introduction to the key components of a data warehousing solution and the highlevel considerations you must take into account

More information

SAP Business Objects BO BI 4.1

SAP Business Objects BO BI 4.1 SAP Business Objects BO BI 4.1 SAP Business Objects (a.k.a. BO, BOBJ) is an enterprise software company, specializing in business intelligence (BI). Business Objects was acquired in 2007 by German company

More information

Establish and maintain Center of Excellence (CoE) around Data Architecture

Establish and maintain Center of Excellence (CoE) around Data Architecture Senior BI Data Architect - Bensenville, IL The Company s Information Management Team is comprised of highly technical resources with diverse backgrounds in data warehouse development & support, business

More information

Next Generation Business Performance Management Solution

Next Generation Business Performance Management Solution Next Generation Business Performance Management Solution Why Existing Business Intelligence (BI) Products are Inadequate Changing Business Environment In the face of increased competition, complex customer

More information

How To Model Data For Business Intelligence (Bi)

How To Model Data For Business Intelligence (Bi) WHITE PAPER: THE BENEFITS OF DATA MODELING IN BUSINESS INTELLIGENCE The Benefits of Data Modeling in Business Intelligence DECEMBER 2008 Table of Contents Executive Summary 1 SECTION 1 2 Introduction 2

More information

Agile Data Warehousing. Christina Knotts Associate Consultant Eli Lilly & Company

Agile Data Warehousing. Christina Knotts Associate Consultant Eli Lilly & Company Agile Data Warehousing Christina Knotts Associate Consultant Eli Lilly & Company Overview Defining Agile Data Warehousing Reasons for Agile Data Warehousing Walk-Thru with Case Study Key Learnings Additional

More information

BUSINESS INTELLIGENCE. Keywords: business intelligence, architecture, concepts, dashboards, ETL, data mining

BUSINESS INTELLIGENCE. Keywords: business intelligence, architecture, concepts, dashboards, ETL, data mining BUSINESS INTELLIGENCE Bogdan Mohor Dumitrita 1 Abstract A Business Intelligence (BI)-driven approach can be very effective in implementing business transformation programs within an enterprise framework.

More information

The ESB and Microsoft BI

The ESB and Microsoft BI Business Intelligence The ESB and Microsoft BI The role of the Enterprise Service Bus in Microsoft s BI Framework Gijsbert Gijs in t Veld CTO, BizTalk Server MVP gijs.intveld@motion10.com About motion10

More information

Qlik Sense Enabling the New Enterprise

Qlik Sense Enabling the New Enterprise Technical Brief Qlik Sense Enabling the New Enterprise Generations of Business Intelligence The evolution of the BI market can be described as a series of disruptions. Each change occurred when a technology

More information

The Next Big Thing in the Internet of Things: Real-Time Big Data Analytics"

The Next Big Thing in the Internet of Things: Real-Time Big Data Analytics The Next Big Thing in the Internet of Things: Real-Time Big Data Analytics" #IoTAnalytics" Mike Gualtieri Principal Analyst Forrester Research " " "" " " " " Dale Skeen CTO & Co-Founder Vitria Technology

More information

M6P. TDWI Data Warehouse Automation: Better, Faster, Cheaper You Can Have It All. Mark Peco

M6P. TDWI Data Warehouse Automation: Better, Faster, Cheaper You Can Have It All. Mark Peco M6P European TDWI Conference with BARC@TDWI-Track June 22 24, 2015 MOC Munich / Germany TDWI Data Warehouse Automation: Better, Faster, Cheaper You Can Have It All Mark Peco TDWI. All rights reserved.

More information

Tiber Solutions. Designing and Developing Optimal Dashboard Applications. Jim Hadley

Tiber Solutions. Designing and Developing Optimal Dashboard Applications. Jim Hadley Tiber Solutions Designing and Developing Optimal Dashboard Applications Jim Hadley Tiber Solutions Founded in 2005 to provide Business Intelligence / Data Warehousing thought leadership to corporations

More information

Who Doesn t Want to be Agile? By: Steve Dine President, Datasource Consulting, LLC 7/10/2008

Who Doesn t Want to be Agile? By: Steve Dine President, Datasource Consulting, LLC 7/10/2008 Who Doesn t Want to be Agile? By: Steve Dine President, Datasource Consulting, LLC 7/10/2008 Who wants to be involved in a BI project or program that is labeled slow or inflexible? While I don t believe

More information

Seeking Data Quality. Using Agile Methods to Test a Data Warehouse

Seeking Data Quality. Using Agile Methods to Test a Data Warehouse Seeking Data Quality Using Agile Methods to Test a Data Warehouse Copyright Ideaca 2008 Agenda Seeking Data Quality Data Warehouse Overview The Value of a Data Warehouse Agile as Business Value Driver

More information

PNMsoft Sequence Ticketing Solution (PSTS)

PNMsoft Sequence Ticketing Solution (PSTS) PNMsoft Sequence Ticketing Solution (PSTS) PNMsoft Sequence Ticketing Solution (PSTS) is a software solution built on an industry leading Business Process Management platform. It enables organizations

More information

Physical Security Information Management: A Technical Perspective

Physical Security Information Management: A Technical Perspective P R O X I M E X C O R P O R A T I O N W H ITE PAPER Physical Security Information Management: A Technical Perspective By Ken Cheng 1 Physical Security Information Management: A Technical Perspective Physical

More information

Course Outline: Course: Implementing a Data Warehouse with Microsoft SQL Server 2012 Learning Method: Instructor-led Classroom Learning

Course Outline: Course: Implementing a Data Warehouse with Microsoft SQL Server 2012 Learning Method: Instructor-led Classroom Learning Course Outline: Course: Implementing a Data with Microsoft SQL Server 2012 Learning Method: Instructor-led Classroom Learning Duration: 5.00 Day(s)/ 40 hrs Overview: This 5-day instructor-led course describes

More information

Users: The Missing Link in BI Delivery

Users: The Missing Link in BI Delivery Users: The Missing Link in BI Delivery George Labelle, Chief Information Officer Mark Henschel, Manager, BI & DW Independent Purchasing Cooperative A Subway Franchisee Owned Organization Sponsored by:

More information

Optimizing the Performance of the Oracle BI Applications using Oracle Datawarehousing Features and Oracle DAC 10.1.3.4.1

Optimizing the Performance of the Oracle BI Applications using Oracle Datawarehousing Features and Oracle DAC 10.1.3.4.1 Optimizing the Performance of the Oracle BI Applications using Oracle Datawarehousing Features and Oracle DAC 10.1.3.4.1 Mark Rittman, Director, Rittman Mead Consulting for Collaborate 09, Florida, USA,

More information

Infor10 Corporate Performance Management (PM10)

Infor10 Corporate Performance Management (PM10) Infor10 Corporate Performance Management (PM10) Deliver better information on demand. The speed, complexity, and global nature of today s business environment present challenges for even the best-managed

More information

Green Migration from Oracle

Green Migration from Oracle Green Migration from Oracle Greenplum Migration Approach Strong Experiences on Oracle Migration Automate all tasks DDL Migration Data Migration PL-SQL and SQL Scripts Migration Data Quality Tests ETL and

More information

Accelerating the path to SAP BW powered by SAP HANA

Accelerating the path to SAP BW powered by SAP HANA Ag BW on SAP HANA Unleash the power of imagination Dramatically improve your decision-making ability, reduce risk and lower your costs, Accelerating the path to SAP BW powered by SAP HANA Hardware Software

More information

Six Signs. you are ready for BI WHITE PAPER

Six Signs. you are ready for BI WHITE PAPER Six Signs you are ready for BI WHITE PAPER LET S TAKE A LOOK AT THE WAY YOU MIGHT BE MONITORING AND MEASURING YOUR COMPANY About the auther You re managing information from a number of different data sources.

More information

Introduction to Oracle Business Intelligence Standard Edition One. Mike Donohue Senior Manager, Product Management Oracle Business Intelligence

Introduction to Oracle Business Intelligence Standard Edition One. Mike Donohue Senior Manager, Product Management Oracle Business Intelligence Introduction to Oracle Business Intelligence Standard Edition One Mike Donohue Senior Manager, Product Management Oracle Business Intelligence The following is intended to outline our general product direction.

More information

Tiber Solutions. Best Practices in Dashboard Design. Jim Hadley

Tiber Solutions. Best Practices in Dashboard Design. Jim Hadley Tiber Solutions Best Practices in Dashboard Design Jim Hadley Tiber Solutions Founded in 2005 to provide Business Intelligence / Data Warehousing thought leadership to corporations and government agencies.

More information

PREFACE INTRODUCTION MULTI-DIMENSIONAL MODEL. Chris Claterbos, Vlamis Software Solutions, Inc. dvlamis@vlamis.com

PREFACE INTRODUCTION MULTI-DIMENSIONAL MODEL. Chris Claterbos, Vlamis Software Solutions, Inc. dvlamis@vlamis.com BUILDING CUBES AND ANALYZING DATA USING ORACLE OLAP 11G Chris Claterbos, Vlamis Software Solutions, Inc. dvlamis@vlamis.com PREFACE As of this writing, Oracle Business Intelligence and Oracle OLAP are

More information

8 Ways that Business Intelligence Projects are Different

8 Ways that Business Intelligence Projects are Different 8 Ways that Business Intelligence Projects are Different And How to Manage BI Projects to Ensure Success Business Intelligence and Data Warehousing projects have developed a reputation as being difficult,

More information

Designing Business Intelligence Solutions with Microsoft SQL Server 2012

Designing Business Intelligence Solutions with Microsoft SQL Server 2012 CÔNG TY CỔ PHẦN TRƯỜNG CNTT TÂN ĐỨC TAN DUC INFORMATION TECHNOLOGY SCHOOL JSC LEARN MORE WITH LESS! Course 20467B: Designing Business Intelligence Solutions with Microsoft SQL Server 2012 Length: 5 Days

More information

Class News. Basic Elements of the Data Warehouse" 1/22/13. CSPP 53017: Data Warehousing Winter 2013" Lecture 2" Svetlozar Nestorov" "

Class News. Basic Elements of the Data Warehouse 1/22/13. CSPP 53017: Data Warehousing Winter 2013 Lecture 2 Svetlozar Nestorov CSPP 53017: Data Warehousing Winter 2013 Lecture 2 Svetlozar Nestorov Class News Class web page: http://bit.ly/wtwxv9 Subscribe to the mailing list Homework 1 is out now; due by 1:59am on Tue, Jan 29.

More information

SQL Server 2012 End-to-End Business Intelligence Workshop

SQL Server 2012 End-to-End Business Intelligence Workshop USA Operations 11921 Freedom Drive Two Fountain Square Suite 550 Reston, VA 20190 solidq.com 800.757.6543 Office 206.203.6112 Fax info@solidq.com SQL Server 2012 End-to-End Business Intelligence Workshop

More information

Conventional BI Solutions Are No Longer Sufficient

Conventional BI Solutions Are No Longer Sufficient Exceeding Standards LOGO Mind Offers Quick Integration and Dynamic Reporting and Analysis! Provided by an avant-garde technology in its field, Logo Mind will carry your business one step ahead and offer

More information

343 Industries Gets New User Insights from Big Data in the Cloud

343 Industries Gets New User Insights from Big Data in the Cloud 343 Industries Gets New User Insights from Big Data in the Cloud Published: May 2013 The following content may no longer reflect Microsoft s current position or infrastructure. This content should be viewed

More information

Cincom Business Intelligence Solutions

Cincom Business Intelligence Solutions CincomBI Cincom Business Intelligence Solutions Business Users Overview Find the perfect answers to your strategic business questions. SIMPLIFICATION THROUGH INNOVATION Introduction Being able to make

More information

META DATA QUALITY CONTROL ARCHITECTURE IN DATA WAREHOUSING

META DATA QUALITY CONTROL ARCHITECTURE IN DATA WAREHOUSING META DATA QUALITY CONTROL ARCHITECTURE IN DATA WAREHOUSING Ramesh Babu Palepu 1, Dr K V Sambasiva Rao 2 Dept of IT, Amrita Sai Institute of Science & Technology 1 MVR College of Engineering 2 asistithod@gmail.com

More information

Lost in Space? Methodology for a Guided Drill-Through Analysis Out of the Wormhole

Lost in Space? Methodology for a Guided Drill-Through Analysis Out of the Wormhole Paper BB-01 Lost in Space? Methodology for a Guided Drill-Through Analysis Out of the Wormhole ABSTRACT Stephen Overton, Overton Technologies, LLC, Raleigh, NC Business information can be consumed many

More information

For Sales Kathy Hall 402-963-4466 khall@it4e.com

For Sales Kathy Hall 402-963-4466 khall@it4e.com IT4E Schedule 13939 Gold Circle Omaha NE 68144 402-431-5432 Course Number 10777 For Sales Chris Reynolds 402-963-4465 creynolds@it4e.com www.it4e.com For Sales Kathy Hall 402-963-4466 khall@it4e.com Course

More information

JDE Data Warehousing and BI/Reporting with Microsoft PowerPivot at Clif Bar & Company Session ID#: 102770

JDE Data Warehousing and BI/Reporting with Microsoft PowerPivot at Clif Bar & Company Session ID#: 102770 JDE Data Warehousing and BI/Reporting with Microsoft PowerPivot at Clif Bar & Company Session ID#: 102770 Our journey to replace our Data Warehouse and Business Intelligence platform Prepared by: Dave

More information

Business Intelligence and Service Oriented Architectures. An Oracle White Paper May 2007

Business Intelligence and Service Oriented Architectures. An Oracle White Paper May 2007 Business Intelligence and Service Oriented Architectures An Oracle White Paper May 2007 Note: The following is intended to outline our general product direction. It is intended for information purposes

More information

CHAPTER SIX DATA. Business Intelligence. 2011 The McGraw-Hill Companies, All Rights Reserved

CHAPTER SIX DATA. Business Intelligence. 2011 The McGraw-Hill Companies, All Rights Reserved CHAPTER SIX DATA Business Intelligence 2011 The McGraw-Hill Companies, All Rights Reserved 2 CHAPTER OVERVIEW SECTION 6.1 Data, Information, Databases The Business Benefits of High-Quality Information

More information

As consultants in the software development industry, Quadrus is

As consultants in the software development industry, Quadrus is No matter the client we ve serviced, the products we ve worked with, or the size of the project we ve delivered, every habit continues to drive our teams to the right decisions. The Seven Habits of Highly

More information

BI Analytics for Dynamics CRM Helps High Concrete Deliver Timely, Accurate Reporting and Analysis Strategy Companion

BI Analytics for Dynamics CRM Helps High Concrete Deliver Timely, Accurate Reporting and Analysis Strategy Companion Case Study BI Analytics for Dynamics CRM Helps High Concrete Deliver Timely, Accurate Reporting and Analysis High Concrete is part of the High Industries family that provides steel bridge fabrication and

More information

Bringing agility to Business Intelligence Metadata as key to Agile Data Warehousing. 1 P a g e. www.analytixds.com

Bringing agility to Business Intelligence Metadata as key to Agile Data Warehousing. 1 P a g e. www.analytixds.com Bringing agility to Business Intelligence Metadata as key to Agile Data Warehousing 1 P a g e Table of Contents What is the key to agility in Data Warehousing?... 3 The need to address requirements completely....

More information