Book Image

Pentaho Business Analytics Cookbook

By : Sergio Ramazzina
Book Image

Pentaho Business Analytics Cookbook

By: Sergio Ramazzina

Overview of this book

<p>Pentaho Business Analytics 5 is a complete open source business intelligence suite, providing data integration, OLAP, reporting, data visualization, and data mining features.&nbsp; Pentaho Business Analytics Cookbook provides you with a valuable and detailed set of recipes that illustrate all the features of Pentaho Business Analytics 5, the new version of the popular BI platform. The book provides clear illustrations and simple examples, helping you learn the core topics visually.</p>
Table of Contents (19 chapters)
Pentaho Business Analytics Cookbook
Credits
About the Author
Acknowledgments
About the Reviewers
www.PacktPub.com
Preface
Index

Creating and publishing a Mondrian schema


As the first step in our walkthrough of Pentaho Analyzer, we start by giving a quick introduction to a Mondrian schema definition. To start using OLAP functionalities in Pentaho, we first need to define a Mondrian schema. It is an XML file that contains the definition of all the multidimensional entities, for example, cubes, dimensions, and measures that relate to a specific business area. The definition of a Mondrian schema is a preliminary and mandatory operation to access multidimensional analysis capabilities. This recipe will show how to create a simple Mondrian schema by using the developer tool called Pentaho Schema Workbench, trying to get you into some basic concepts. We do not intend to provide a detailed guide about how to design a Mondrian schema, but just a brief review of the basic steps and concepts needed to design it.

Getting ready

For this recipe, check the following conditions:

  • Pentaho Schema Workbench must be started

  • To publish the...