General Development Concepts

BI Services development means creating new Information Sources. An Information Source is a Star Schema consisting of one Fact, i.e. a transaction source, and one or more connected Dimensions. It is important to understand the basic characteristics of the Star Schema model to be able to develop Information Sources.

BI Services supports execution with respect to two access types; Online or Data Mart. Even if the Information Source model is the same for both cases there are some important differences when it comes to implementation.

Contents

 

Processing Overview

BI Services acts as a service provider between IFS Applications and advanced clients like e.g. IFS Business Analytics.

IFS Business Analytics presents Information Source related data by retrieving Meta Data from BI Services. A report execution is made with respect to data access type, Online or Data Mart, and the data is gathered from referenced Information Sources.

Star Schema Model

An Information Source is a Star Schema consisting of one Fact and one or more Dimensions.

The Fact represents transactions, measurable data. The Dimensions normally represent basic data entities.

Facts and Dimensions are entities. The public data for such an entity is represented by a view, either a dimension view or a fact view.

In a Star Schema, the normal case is that one column in the Fact view is connected to one column in the Dimension view.

                                           

However to be able to support both Online and Data Mart execution, there must be other possibilities to define a connection between a Fact and a Dimension. The reason is mainly performance.

The general principle is:

Fact Characteristics

Some Fact characteristics:

Dimension Characteristics

Some Dimension characteristics:

Recommendations

Some general recommendations for Information Source development,