You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@beam.apache.org by Ritesh Ghorse via dev <de...@beam.apache.org> on 2023/11/13 19:58:56 UTC

[RFC] Enrichment Transform Design

Hey everyone,

I've written a doc for a new Enrichment Transform in Beam. I will note that
this transform will be built on top of RequestResponseIO
<https://github.com/apache/beam/blob/master/sdks/java/io/rrio/src/main/java/org/apache/beam/io/requestresponse/RequestResponseIO.java>
(Implementation
is in progress for Java SDK
<https://github.com/apache/beam/pulls?q=is%3Apr+%5Brrio%5D> and Python SDK
<https://github.com/apache/beam/pull/29303>). I wanted to share this early
to get the discussion started on the user-facing API at least.

Doc Link - https://s.apache.org/enrichment-transform

Thanks!

--
Ritesh Ghorse