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(sinks): add a SplitSink #20

Merged
merged 1 commit into from
May 25, 2024
Merged

feat(sinks): add a SplitSink #20

merged 1 commit into from
May 25, 2024

Conversation

kennedykori
Copy link
Contributor

Add sghi.etl.commons.sink.SplitSink, a Sink that splits aggregated processed data into its constituent data parts, before draining each data part to multiple other sinks concurrently.

@kennedykori kennedykori self-assigned this May 25, 2024
Add `sghi.etl.commons.sink.SplitSink`, a `Sink` that splits aggregated
processed data into its consitituent data parts, before draining each data
part to multiple other sinks concurrently.
@kennedykori kennedykori merged commit 15ac82d into next May 25, 2024
6 checks passed
@kennedykori kennedykori deleted the feat-add-split-sink branch May 25, 2024 17:36
kennedykori added a commit that referenced this pull request Jun 4, 2024
Add `sghi.etl.commons.sink.SplitSink`, a `Sink` that splits aggregated
processed data into its consitituent data parts, before draining each data
part to multiple other sinks concurrently.
kennedykori added a commit that referenced this pull request Jun 4, 2024
## [1.1.0-rc.2](v1.1.0-rc.1...v1.1.0-rc.2) (2024-06-04)

### Features

* **processors:** add a `ScatterGatherProcessor` ([#19](#19)) ([a7d4387](a7d4387))
* **sinks:** add a `ScatterSink` ([#21](#21)) ([6274a31](6274a31))
* **sinks:** add a `SplitSink` ([#20](#20)) ([ce4d4ee](ce4d4ee))
* **utils:** add a workflow runner utility ([4f26bc9](4f26bc9))
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.

None yet

1 participant