This is an automated email from the ASF dual-hosted git repository.
altay 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 e95ca0b Update IO support matrix for Python/Streaming
new 08f7c6d Merge pull request #7758 from Ardagan/DatastoreIODocUpdate
e95ca0b is described below
commit e95ca0bacbb551366cddcc99db86c3202b18e246
Author: Mikhail Gryzykhin <[email protected]>
AuthorDate: Thu Feb 7 10:17:21 2019 -0800
Update IO support matrix for Python/Streaming
---
website/src/documentation/io/built-in.md | 14 ++++++++++++--
1 file changed, 12 insertions(+), 2 deletions(-)
diff --git a/website/src/documentation/io/built-in.md
b/website/src/documentation/io/built-in.md
index 46762ae..68258b1 100644
--- a/website/src/documentation/io/built-in.md
+++ b/website/src/documentation/io/built-in.md
@@ -72,7 +72,7 @@ Consult the [Programming Guide I/O section]({{site.baseurl
}}/documentation/prog
</td>
</tr>
<tr>
- <td>Python</td>
+ <td>Python/Batch</td>
<td>
<p>Beam Python supports Apache HDFS, Google Cloud Storage, and local
filesystems.</p>
<p><a
href="https://github.com/apache/beam/blob/master/sdks/python/apache_beam/io/avroio.py">avroio</a></p>
@@ -88,7 +88,17 @@ Consult the [Programming Guide I/O section]({{site.baseurl
}}/documentation/prog
<p><a
href="{{site.baseurl}}/documentation/io/built-in/google-bigquery/">Google
BigQuery</a></p>
<p><a
href="https://github.com/apache/beam/tree/master/sdks/python/apache_beam/io/gcp/datastore">Google
Cloud Datastore</a></p>
</td>
-
+</tr>
+<tr>
+ <td>Python/Streaming</td>
+ <td>
+ </td>
+ <td>
+ <p><a
href="https://github.com/apache/beam/blob/master/sdks/python/apache_beam/io/gcp/pubsub.py">Google
Cloud Pub/Sub</a></p>
+ </td>
+ <td>
+ <p><a
href="https://github.com/apache/beam/blob/master/sdks/python/apache_beam/io/gcp/bigquery.py">Google
BigQuery (sink only)</a></p>
+ </td>
</tr>
</table>