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

feat(processors): add a SplitGatherProcessor #17

Merged
merged 1 commit into from
May 8, 2024

Conversation

kennedykori
Copy link
Contributor

Add sghi.etl.commons.processors.SplitGatherProcessor, a Processor that splits aggregated raw data into its constituent data parts and then processes each data part concurrently.

Add `sghi.etl.commons.processors.SplitGatherProcessor`, a `Processor`
that splits aggregated raw data into its constituent data parts and then
processes each data part concurrently.
@kennedykori kennedykori self-assigned this May 8, 2024
@kennedykori kennedykori merged commit a6f976e into next May 8, 2024
4 checks passed
@kennedykori kennedykori deleted the feat-add-a-splitter-gather-processor branch May 8, 2024 19:01
kennedykori added a commit that referenced this pull request May 8, 2024
Add `sghi.etl.commons.processors.SplitGatherProcessor`, a `Processor`
that splits aggregated raw data into its constituent data parts and then
processes each data part concurrently.
kennedykori added a commit that referenced this pull request May 8, 2024
## [1.1.0-rc.1](v1.0.0...v1.1.0-rc.1) (2024-05-08)

### Features

* **processors:** add a `SplitGatherProcessor` ([#17](#17)) ([4439c11](4439c11))
* **sources:** add a `GatherSource` ([#15](#15)) ([d64635a](d64635a))
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