Repository: beam-site Updated Branches: refs/heads/asf-site 56d16cd79 -> 6f44376a9
Add "In-Progress" info to the Built-in I/O Transforms page Project: http://git-wip-us.apache.org/repos/asf/beam-site/repo Commit: http://git-wip-us.apache.org/repos/asf/beam-site/commit/815311d5 Tree: http://git-wip-us.apache.org/repos/asf/beam-site/tree/815311d5 Diff: http://git-wip-us.apache.org/repos/asf/beam-site/diff/815311d5 Branch: refs/heads/asf-site Commit: 815311d58f4d0d7a6eefe9da56d4474028a8fb3c Parents: 56d16cd Author: Stephen Sisk <[email protected]> Authored: Thu Apr 6 08:07:11 2017 -0700 Committer: Ahmet Altay <[email protected]> Committed: Thu Apr 6 16:07:04 2017 -0700 ---------------------------------------------------------------------- src/documentation/io/built-in.md | 42 +++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/beam-site/blob/815311d5/src/documentation/io/built-in.md ---------------------------------------------------------------------- diff --git a/src/documentation/io/built-in.md b/src/documentation/io/built-in.md index 9f96968..4d23a4d 100644 --- a/src/documentation/io/built-in.md +++ b/src/documentation/io/built-in.md @@ -35,6 +35,7 @@ Consult the [Programming Guide I/O section]({{site.baseurl }}/documentation/prog <p><a href="https://github.com/apache/beam/blob/master/sdks/java/core/src/main/java/org/apache/beam/sdk/io">Google Cloud PubSub</a></p> </td> <td> + <p><a href="https://github.com/apache/beam/tree/master/sdks/java/io/hadoop">Apache Hadoop InputFormat</a></p> <p><a href="https://github.com/apache/beam/tree/master/sdks/java/io/hbase">Apache HBase</a></p> <p><a href="https://github.com/apache/beam/tree/master/sdks/java/io/mongodb">MongoDB</a></p> <p><a href="https://github.com/apache/beam/tree/master/sdks/java/io/jdbc">JDBC</a></p> @@ -59,3 +60,44 @@ Consult the [Programming Guide I/O section]({{site.baseurl }}/documentation/prog </tr> </table> +# In-Progress I/O Transforms + +This table contains I/O transforms that are currently planned or in-progress. Status information can be found on the JIRA issue, or on the GitHub PR linked to by the JIRA issue (if there is one). + +<table class="table table-bordered"> + <tr> + <th>Name</th><th>Language</th><th>JIRA</th> + </tr> + <tr> + <td>Apache Cassandra</td><td>Java</td> + <td><a href="https://issues.apache.org/jira/browse/BEAM-245">BEAM-245</a></td> + </tr> + <tr> + <td>Apache Parquet</td><td>Java</td> + <td><a href="https://issues.apache.org/jira/browse/BEAM-214">BEAM-214</a></td> + </tr> + <tr> + <td>Redis</td><td>Java</td> + <td><a href="https://issues.apache.org/jira/browse/BEAM-1017">BEAM-1017</a></td> + </tr> + <tr> + <td>Memcached</td><td>Java</td> + <td><a href="https://issues.apache.org/jira/browse/BEAM-1678">BEAM-1678</a></td> + </tr> + <tr> + <td>Apache Solr</td><td>Java</td> + <td><a href="https://issues.apache.org/jira/browse/BEAM-1236">BEAM-1236</a></td> + </tr> + <tr> + <td>RabbitMQ</td><td>Java</td> + <td><a href="https://issues.apache.org/jira/browse/BEAM-1240">BEAM-1240</a></td> + </tr> + <tr> + <td>AMQP</td><td>Java</td> + <td><a href="https://issues.apache.org/jira/browse/BEAM-1237">BEAM-1237</a></td> + </tr> + <tr> + <td>Apache Hive</td><td>Java</td> + <td><a href="https://issues.apache.org/jira/browse/BEAM-1158">BEAM-1158</a></td> + </tr> +</table>
