SteelWheels

Overview of a Mondian Schema v3 ..

Workshop - Overview of SteelWheels Schema

SteelWheels Schema

  1. Start Schema Workbench:

Windows (Powershell):

cd \
cd Pentaho/design-tools/schema-workbench/
./workbench.bat

Linux:

cd
cd Pentaho/design-tools/schema-workbench/
./workbench.sh

Follow the guide below to understand how a Schema is defined:

JDBC Connection

Before creating any schema components, you must configure a database connection by selecting Options > Connection from the menu and providing essential connection parameters including the connection name, database type (such as Hypersonic, MySQL, Oracle, or PostgreSQL), access method (Native JDBC), host name, database name, port number, and authentication credentials.

Schema Workbench supports a vast range of relational databases through JDBC drivers, allowing you to connect to most common database systems.

JDBC Connection - mysql:sampledata
  1. To connect to the sampledata database, from the menu select Options > Connection.

JDBC Connection
  1. In the Database Connection dialog, type or choose the following:

Field
Value

Connection name

hsqldb:sampledata

Connection type

Hypersonic

Host Name

localhost

Database Name

sampledata

Port Number

9001

Username

pentaho_admin

Password

password

  1. Click Test.

JDBC Connection - hsqldb:sampledata
  1. Click OK to dismiss the Message Box dialog and click OK to close the Database Connection dialog.


JDBC Explorer

  1. To view the SampleData database in JDBC Explorer, from the menu select File > New > JDBC Explorer.

JDBC Explorer
  1. To view the physical tables, expand PUBLIC.

  2. To view the columns in the CUSTOMER_W_TER table, expand CUSTOMER_W_TER.

JDBC Explorer - sampledata
  1. To close JDBC Explorer, in the top-right corner of the JDBC Explorer window, click the X icon.

Last updated

Was this helpful?