This project contains a series of examples demonstrating various use-cases for extended and embedding PDI functionality.
- PDI Transformation Step
- PDI Job Entry
- PDI Database Dialect
- PDI Transformation Hop Partitioner
- Embedded PDI Features
- Creating Jobs or Transformations in Java
- Executing Jobs or Transformations in Java
- Interacting with a Carte Web Server via APIs
From the main directory, or any of the module sub-directories, run mvn clean package site
.
For the Step, Job Entry, Database Dialect, and Hop Partitioner samples, a plugin zip file will be generated that can be unzipped into a PDI Client for testing. Reports are also generated, covering topics such as unit test results, code coverage statistics, and adherence to code style rules.
The examples provided in the embedded module can be run directly from a Java IDE or command-line.