Check out https://beam.apache.org/documentation/io/io-toc/ and the PTransform style guide https://beam.apache.org/contribute/ptransform-style-guide/. The PTransform style guide contains a lot of useful points which are general but still apply to IO authors.
On Mon, Oct 16, 2017 at 3:52 PM, Eric Fang <[email protected]> wrote: > Is there a more up to date documentation for implementing custom source > and sink? The one I found so dar is from google dataflow: > https://cloud.google.com/dataflow/model/custom-io. Is this still a good > reference? I found one more is python related on the Beam official page. > > Thanks > Eric > -- > > Eric Fang > > Stack Labs | 10054 Pasadena Ave, Cupertino, CA 95014 > <https://maps.google.com/?q=10054+Pasadena+Ave,+Cupertino,+CA+95014&entry=gmail&source=g> > > > This electronic mail transmission may contain private, confidential and > privileged information that is for the sole use of the intended > recipient. If you are not the intended recipient, you are hereby > notified that any review, dissemination, distribution, archiving, or > copying of this communication is strictly prohibited. If you received > this communication in error, please reply to this message immediately and > delete the original message and the associated reply. >
