You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by ie...@apache.org on 2019/01/18 16:12:27 UTC

[beam] branch master updated: Make Design documents page up-to-date

This is an automated email from the ASF dual-hosted git repository.

iemejia pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/master by this push:
     new 003158e  Make Design documents page up-to-date
     new 39cb80e  Merge pull request #7560: Make Design documents page up-to-date
003158e is described below

commit 003158efd332f929d10d3165f6f46e9b2a97701a
Author: Alexey Romanenko <ar...@gmail.com>
AuthorDate: Fri Jan 18 14:57:19 2019 +0100

    Make Design documents page up-to-date
---
 website/src/contribute/design-documents.md | 13 +++++++++++++
 1 file changed, 13 insertions(+)

diff --git a/website/src/contribute/design-documents.md b/website/src/contribute/design-documents.md
index deed450..4f3f292 100644
--- a/website/src/contribute/design-documents.md
+++ b/website/src/contribute/design-documents.md
@@ -37,6 +37,7 @@ This is a collection of documents that may or may not be up to date.
   - Reimplementing Beam API classes on top of Splittable DoFn on top of Source API [[doc](https://s.apache.org/sdf-via-source)]
   - New TextIO features based on SDF [[doc](http://s.apache.org/textio-sdf)]
   - Watch transform [[doc](http://s.apache.org/beam-watch-transform)]
+  - Bundles w/ SplittableDoFns [[doc](https://s.apache.org/beam-bundles-backlog-splitting)]
 - State and Timers for DoFn [[doc](https://s.apache.org/beam-state)]
 - ContextFn [[doc](http://s.apache.org/context-fn)]
 - Static Display Data [[doc](https://docs.google.com/document/d/11enEB9JwVp6vO0uOYYTMYTGkr3TdNfELwWqoiUg5ZxM)]
@@ -55,6 +56,7 @@ This is a collection of documents that may or may not be up to date.
 - Requiring PTransform to set a coder on its resulting collections [[mail](https://lists.apache.org/thread.html/1dde0b5a93c2983cbab5f68ce7c74580102f5bb2baaa816585d7eabb@%3Cdev.beam.apache.org%3E)]
 - Support of @RequiresStableInput annotation [[doc](https://docs.google.com/document/d/117yRKbbcEdm3eIKB_26BHOJGmHSZl1YNoF0RqWGtqAM)], [[mail](https://lists.apache.org/thread.html/ae3c838df060e47148439d1dad818d5e927b2a25ff00cc4153221dff@%3Cdev.beam.apache.org%3E)]
 - [PROPOSAL] @onwindowexpiration [[mail](https://lists.apache.org/thread.html/1dab7f17c97378e665928b11116cbd887dc7be93390ab26c593ee49a@%3Cdev.beam.apache.org%3E)]
+- AutoValue Coding and Row Support [[doc](https://docs.google.com/document/d/1ucoik4WzUDfilqIz3I1AuMHc1J8DE6iv7gaUCDI42BI)] 
 
 ### IO / Filesystem
 - IOChannelFactory Redesign [[doc](https://docs.google.com/document/d/11TdPyZ9_zmjokhNWM3Id-XJsVG3qel2lhdKTknmZ_7M)]
@@ -111,6 +113,9 @@ This is a collection of documents that may or may not be up to date.
 - Portability Prototype [[doc](https://s.apache.org/beam-portability-team-doc)]
 - Portable Artifact Staging [[doc](https://docs.google.com/document/d/12zNk3O2nhTB8Zmxw5U78qXrvlk5r42X8tqF248IDlpI)]
 - Portable Beam on Flink [[doc](https://s.apache.org/portable-beam-on-flink)]
+- Portability API: How to Checkpoint and Split Bundles [[doc](https://s.apache.org/beam-checkpoint-and-split-bundles)]
+- Portability API: How to Finalize Bundles [[doc](https://s.apache.org/beam-finalizing-bundles)]
+- Side Input in Universal Reference Runner [[doc](https://docs.google.com/document/d/13N0OJ7QJm81wcgu13pi9GuN29UUxN2iIFn_H8lKpDks)]
 
 ### Build / Testing
 - More Expressive PAsserts [[doc](https://docs.google.com/document/d/1fZUUbG2LxBtqCVabQshldXIhkMcXepsbv2vuuny8Ix4)]
@@ -125,11 +130,16 @@ This is a collection of documents that may or may not be up to date.
 - Beam-Site Automation Reliability [[doc](https://s.apache.org/beam-site-automation)]
 - Managing outdated dependencies [[doc](https://docs.google.com/document/d/15m1MziZ5TNd9rh_XN0YYBJfYkt0Oj-Ou9g0KFDPL2aA)]
 - Automation For Beam Dependency Check [[doc](https://docs.google.com/document/d/1rqr_8a9NYZCgeiXpTIwWLCL7X8amPAVfRXsO72BpBwA)]
+- Test performance of core Apache Beam operations [[doc](https://s.apache.org/load-test-basic-operations)]
+- Add static code analysis quality gates to Beam [[doc](https://docs.google.com/document/d/1YbV18mrHujmiLBtadS1WzCVeiI3Lo7W6awWJDA4A98o)]
 
 ### Python
 - Beam Python User State and Timer APIs [[doc](https://s.apache.org/beam-python-user-state-and-timers)]
 - Python Kafka connector [[doc](https://docs.google.com/document/d/1ogRS-e-HYYTHsXi_l2zDUUOnvfzEbub3BFkPrYIOawU)]
 - Python 3 support [[doc](https://s.apache.org/beam-python-3)]
+- Splittable DoFn for Python SDK [[doc](http://s.apache.org/splittable-do-fn-python-sdk)]
+- Parquet IO for Python SDK [[doc](https://docs.google.com/document/d/1-FT6zmjYhYFWXL8aDM5mNeiUnZdKnnB021zTo4S-0Wg)]
+- Building Python Wheels [[doc](https://docs.google.com/document/d/1MRVFs48e6g7wORshr2UpuOVD_yTSJTbmR65_j8XbGek)]
 
 ### Go
 - Apache Beam Go SDK design [[doc](https://s.apache.org/beam-go-sdk-design-rfc)]
@@ -137,6 +147,9 @@ This is a collection of documents that may or may not be up to date.
 - Go SDK Integration Tests [[doc](https://docs.google.com/document/d/1jy6EE7D4RjgfNV0FhD3rMsT1YKhnUfcHRZMAlC6ygXw)]
 
 ## Other
+- Euphoria - High-Level Java 8 DSL [[doc](https://s.apache.org/beam-euphoria)]
+- Apache Beam Code Review Guide [[doc](https://docs.google.com/document/d/1ZgAsSqEX9CaiTycrcR-tdc3X7MWlyT-F32jfMl89kDQ)]
+
 Some of documents are available on this [google drive](https://drive.google.com/corp/drive/folders/0B-IhJZh9Ab52OFBVZHpsNjc4eXc)
 
 To add new design document it is recommended to use this [design document template](https://docs.google.com/document/d/1kVePqjt2daZd0bQHGUwghlcLbhvrny7VpflAzk9sjUg)