Skip to content

[Website] Add blog post on Python UnboundedSource and Watch - #40091

Open
Eliaaazzz wants to merge 9 commits into
apache:masterfrom
Eliaaazzz:website-gsoc-2026-python-streaming
Open

Eliaaazzz wants to merge 9 commits into
apache:masterfrom
Eliaaazzz:website-gsoc-2026-python-streaming

Conversation

@Eliaaazzz

@Eliaaazzz Eliaaazzz commented Sep 10, 2026

Copy link
Copy Markdown
Contributor

Adapt the GSoC final report into a concise blog post about the Python UnboundedSource API and Watch transform. Cover their design, runner validation, and local benchmarks, with a link to the full report.

Validation: checked against the report and current APIs; Hugo 0.117.0 production build, browser preview, and git diff --check passed.

@Eliaaazzz Eliaaazzz changed the title [Website] Add GSoC 2026 Python streaming blog post [Website] Introduce Python unbounded sources and continuous polling Sep 10, 2026
@Eliaaazzz Eliaaazzz changed the title [Website] Introduce Python unbounded sources and continuous polling [Website] Add blog post on Python UnboundedSource and Watch Sep 10, 2026
@github-actions

Copy link
Copy Markdown
Contributor

Assigning reviewers:

R: @damccorm for label website.

Note: If you would like to opt out of this review, comment assign to next reviewer.

Available commands:

  • stop reviewer notifications - opt out of the automated review tooling
  • remind me after tests pass - tag the comment author after tests pass
  • waiting on author - shift the attention set back to the author (any comment or push by the author will return the attention set to the reviewers)

The PR bot will only process comments in the main thread (not review comments).

@damccorm damccorm left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks - adding @Abacn as a reviewer who is closer to the work here

Comment thread website/www/site/data/authors.yml
Comment thread website/www/site/content/en/blog/python-unboundedsource-watch.md Outdated
Name the Google Summer of Code project in the intro and add a motivation
section describing the gaps the two APIs fill. Describe what the
MatchContinuously refactor changed about its per-file state. List a contact
email on the author entry.
@Eliaaazzz

Eliaaazzz commented Sep 11, 2026

Copy link
Copy Markdown
Contributor Author

Thank you for the quick review, Danny, and for bringing in Yi Hu. All three comments are addressed.

Say what the two APIs let a Python developer build: a source for their own
message queue or database change feed, and reusable polling for an input that
keeps growing. Credit the splittable DoFn support that already existed, and
note that checkpoint finalization is best effort.
An unbounded splittable DoFn could already do this. UnboundedSource exists so
a source author does not have to learn restrictions, resumption, and watermark
estimators first.

@Abacn Abacn left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks! This LGTM, just had one comment

Comment thread website/www/site/content/en/blog/python-unboundedsource-watch.md Outdated
Readers track Beam releases, so name 2.77.0 instead of the master branch.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants