pentaho

Getting started with pentaho

Remarks#

This section provides an overview of what pentaho is, and why a developer might want to use it.

It should also mention any large subjects within pentaho, and link out to the related topics. Since the Documentation for pentaho is new, you may need to create initial versions of those related topics.

Installation or Setup of Pentaho Data Integration

Pentaho Data Integration comes in two varieties:

  • Community Edition (CE) - Free version for developers
  • Enterprise Edition (EE) - Paid version for enterprise use

Installation steps:

  1. You can download Pentaho Data Integration Community Edition from Sourceforge.net.

    For the Enterprise Edition : Download a 30-Day Trial

  2. Prerequisites -

PDI V7 requires the Oracle Java Runtime Environment (JRE) version 8.

  1. PDI does not require installation. Simply unpack the zip file into a folder of your choice.

On Unix-like operating systems, you may need to make the shell scripts executable by using the chmod command:

   cd data-integration
   chmod +x *.sh
  1. Running: PDI comes with a graphical user interface called Spoon_,_ command-line scripts (Kitchen, Pan) to execute transformations and jobs, and other utilities.

This modified text is an extract of the original Stack Overflow Documentation created by the contributors and released under CC BY-SA 3.0 This website is not affiliated with Stack Overflow