Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Kiba now defaults to "StreamingRunner" for processing jobs #83

Merged
merged 4 commits into from
Jan 17, 2020

Conversation

thbar
Copy link
Owner

@thbar thbar commented Jan 17, 2020

This PR ensures the StreamingRunner becomes the default for Kiba v3.0.0.

This change is expected to be backward compatible, but the new runner is more powerful and will be the default in Kiba v3.0.0, so it's time to make it the default.

This will be reflected in the upcoming documentation rewrite (#77).

What is the StreamingRunner?

Kiba v2.0.0 introduced a new "runner" (the code responsible for running the ETL jobs) named StreamingRunner.

https://github.com/thbar/kiba/releases/tag/v2.0.0

This runner allows the creation of more powerful and more reusable ETL components.

Note on legacy Runner

It's still possible to revert to the previous Runner using configuration like this:

Kiba.parse do
  extend Kiba::DSLExtensions::Config
  config :kiba, runner: Kiba::Runner
  # ...
end

It is likely, though, that this legacy Runner will be removed in Kiba v4.

@thbar thbar merged commit cd26509 into master Jan 17, 2020
@thbar thbar deleted the default-to-streaming-runner branch January 17, 2020 17:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant