kettle-beam icon indicating copy to clipboard operation
kettle-beam copied to clipboard

Support generic Ketle input steps.

Open mattcasters opened this issue 6 years ago • 1 comments

Steps like Data Grid, CSV Input, Table Input, ... Meant for small, non-parallel data sets.

mattcasters avatar Feb 10 '19 15:02 mattcasters

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.

mattcasters avatar Feb 10 '19 19:02 mattcasters