kettle-beam
kettle-beam copied to clipboard
Support generic Ketle input steps.
Steps like Data Grid, CSV Input, Table Input, ... Meant for small, non-parallel data sets.
A generic step now uses a single threaded transformation. I think it's a good idea to fork the code, simplify for the input steps which can simply run streaming in a regular mini-transformation with a row listener to pass the rows along.