You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by gi...@apache.org on 2019/11/08 05:49:11 UTC

[beam] branch asf-site updated: Publishing website 2019/11/08 05:49:05 at commit 66a67e6

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

git-site-role pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new 417d423  Publishing website 2019/11/08 05:49:05 at commit 66a67e6
417d423 is described below

commit 417d42359ce85e1174b567bad22e79657d277876
Author: jenkins <bu...@apache.org>
AuthorDate: Fri Nov 8 05:49:05 2019 +0000

    Publishing website 2019/11/08 05:49:05 at commit 66a67e6
---
 website/generated-content/roadmap/index.html | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/website/generated-content/roadmap/index.html b/website/generated-content/roadmap/index.html
index 96ba7de..ad78ac9 100644
--- a/website/generated-content/roadmap/index.html
+++ b/website/generated-content/roadmap/index.html
@@ -233,6 +233,7 @@
   <li><a href="#python-3-support">Python 3 support</a></li>
   <li><a href="#java-11-support">Java 11 support</a></li>
   <li><a href="#sql">SQL</a></li>
+  <li><a href="#portable-schemas">Portable schemas</a></li>
   <li><a href="#euphoria">Euphoria</a></li>
 </ul>
 
@@ -306,6 +307,15 @@ streaming pipelines using only SQL, but also to allow Beam Java developers
 to use SQL in components of their pipeline for added efficiency. See the 
 <a href="/roadmap/sql/">Beam SQL Roadmap</a></p>
 
+<h2 id="portable-schemas">Portable schemas</h2>
+
+<p>Schemas allow SDKs and runners to understand
+the structure of user data and unlock relational optimization possibilities.
+Portable schemas enable compatibility between rows in Python and Java.
+A particularly interesting use case is the combination of SQL (implemented in Java)
+with the Python SDK via Beam’s cross-language support.
+Learn more about portable schemas from this <a href="https://s.apache.org/portable-schemas-seattle">presentation</a>.</p>
+
 <h2 id="euphoria">Euphoria</h2>
 
 <p>Euphoria is Beam’s newest API, offering a high-level, fluent style for