
: Focused on high-level orchestration and flow control. They coordinate transformations and other job entries (like sending an email or checking if a file exists) in a sequential manner. Primary Features and Benefits
For beginners, understanding the distinction between these two building blocks is critical: Pentaho Data Integration Beginner’s Guide
: Beginners typically start by installing PDI and the graphical designer, Spoon. : Focused on high-level orchestration and flow control
: Focused on moving and manipulating data. They consist of steps (e.g., reading a CSV, filtering rows) that typically run in parallel to maximize performance. : Focused on moving and manipulating data
: A command-line tool specifically for executing transformations. Kitchen : A command-line tool used to execute jobs.
: A lightweight web server that allows for remote execution and monitoring of transformations and jobs. Key Concepts: Transformations vs. Jobs
: Spoon allows for real-time previewing of data at any step in the transformation to verify logic before execution. A Beginners Guide to Pentaho DI - GoLogica technologies