Design and Analysis Phase

The information design and analysis phase help you determine your organization’s objectives and information needs and discover the data in the organization that supports the business requirements.

Design and Analysis

This phase is the preparation for the actual implementation but usually consumes more time and resources as the outcome of it should be exact design of the end user solution.

This phase has the following stages:

ClosedBusiness Discovery

A structured methodology for understanding the company’s objectives and Information needs.

This methodology includes the following steps:

  1. User Analysis.

    • Define the personas. For example, CEO, CFO, IT Manager, and more.

    • Define the personas business requirements

  2. Decision-Based Analysis.

    • KPIs

    • Reports

    • Metrics

    • Dashboards

  3. Information Availability.

    • Identify the Source systems that support business requirements

  4. Assign Priorities.

The output of this stage is the design document that describes the solution from business perspective.

ClosedInformation Discovery

This stage implies discovering the data in the Organization that supports the Business requirements synchronizing between the available information, means of extracting it, and information required by the business. It’s also known as “Data Evidence” process.

Discover the data in the organization that supports the business requirements. Synchronize the available information and the means of extracting it with information required. This is the Data Evidence process. Information discovery includes the following steps.

  1. Select the Source Contact Point.

    • Select a source expert to accompany the information discovery process

  2. Define the Source Extraction Method.

    • Common extraction methods are DB query, API, Web Services

    • The new extractors can be developed based on the DCS API.

  3. Identify the Source Table.

    • Identify configuration tables to populate Dimensions

    • Identify transactional tables to populate Facts

  4. Define the Source to Target Mapping.

    • Identify Source Columns Mapping to Target Columns

    • Define data-processing requirements

ClosedArchitecture (Star Schema)

During this stage the Target data model is visualized using the Star-Scheme Model approach. Star Schema is a design method of dimensional modeling, in which data is organized in:

  • Facts: An event that is counted or measured, such as a sale or logon. Table Structure contains business measurements (numeric or time based) and Dimensional Intersection Point.

  • Dimensions: Reference information about the fact, such as period, product, or customer. Common Table Structure contains descriptive attributes.

A star schema is diagrammed by surrounding each fact with its associated dimensions. The resulting diagram resembles a star. Star schemas are optimized for querying large data sets and performing analytical queries that are used in data warehouses and Business intelligence systems.

Sample Star Schema

The Star-Scheme architecture creation process includes:

  • Review the ITBA UDM catalog.

    • Review the ITBA UDM Catalog, by the business context defined in Business Discovery phase.

  • Gap Analysis

    • Identify the OOB Target entities matches.

    • Identify the OOB Target entities to be extended.

    • Identify the New Target entities.

  • Design Dimension Tables

    • Define the Attributes.

    • Mark Slowly Changing Dimension columns

    Note DWH supports 2 types of Slowly Changing Dimensions:

    • SCD1: no history preserving an update on one or more attributes will override the old value

    • SCD2: history preserving an update on one or more attributes that were marked as SCD2 will be added as new record and previous record will be marked as not active.

  • Design Fact tables

    • Define measures

    • Define granularity

  • Define Dimensional Intersection Points

    • Identify Fact to Dimension Links

Note The IDE tool is used only for designing Fact and Dimension tables and their intersection points.

Design and Analysis - Discover Data Evidence

It is necessary to understand and be familiar with the new data you want to develop. When there is a new source system involved, you must first understand how the data from the source appears and operates.

Development