SteelWheels
Walk through of SteelWheels domain ..
Workshop - Overview of SteelWheels Domain
This workshop introduces you to the Pentaho sampledata database (also known as Steel Wheels), a comprehensive dataset modeling a fictional toy company's complete operations. The database contains 13 interconnected tables spanning customers and territories, employees and offices, products, orders and order details, payments, departmental management, time dimensions, performance metrics, and financial data. This realistic, multi-layered structure provides an ideal foundation for learning how to organize business data in the metadata layer.
By the end of this workshop, you will understand:
How to establish a JDBC connection to access the sampledata database
What physical tables and columns represent and how they form the foundation of your metadata
How to organize tables into business models that align with business logic and reporting needs
How to define relationships between tables to create meaningful connections and enable accurate data analysis
How to create business views that translate physical data into intuitive, business-focused presentations
Through exploring the Steel Wheels dataset, you'll learn the essential building blocks of Pentaho metadata, preparing you to apply these same principles to real-world business data.
Follow the guide below to understand how a Domain is defined:
SteelWheels Domain
The following steps show you how to use an example metadata model in Pentaho Metadata Editor to create an Interactive Reports.

Start Metadata Editor:
Windows (Powershell):
cd \
cd Pentaho/design-tools/metadata-editor/
./metadata-editor.batLinux:
cd
cd Pentaho/design-tools/metadata-editor/
./metadata-editor.shImport (open) an existing metadata domain:
From the menu, select: File > Import from XMI File

Navigate to:
Linux:
~/Pentaho/design-tools/metadata-editor/samples
Windows:
C:\Pentaho\design-tools\metadata-editor\samples
Double-click: steel-wheels.xmi.
In the Save Model dialog, type: SteelWheels.
Click OK.
Note a domain can only have 1 database connection.
Last updated
Was this helpful?













