thbar / kiba

Data processing & ETL framework for Ruby
https://www.kiba-etl.org
Other
1.75k stars 87 forks source link

Make StreamingRunner the default #75

Closed thbar closed 4 years ago

thbar commented 5 years ago

The StreamingRunner introduced in #44 is much more powerful than the default runner.

I intent to 1/ make it the default and 2/ evaluate the potential removal of the current runner (but I'll have to carry more CPU & memory benchmarks first).

Targeted for v3.0.0.

thbar commented 4 years ago

Implemented in #83. I will likely remove the legacy Runner in Kiba v4.