Skip to content
This repository was archived by the owner on Nov 11, 2022. It is now read-only.

Commit f971e4b

Browse files
committed
Dataflow GA: update GitHub's README.md to remove Beta language
----Release Notes---- [] ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=100331508
1 parent f345da1 commit f971e4b

1 file changed

Lines changed: 14 additions & 21 deletions

File tree

README.md

Lines changed: 14 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Google Cloud Dataflow SDK for Java (Beta)
1+
# Google Cloud Dataflow SDK for Java
22

33
[Google Cloud Dataflow](https://cloud.google.com/dataflow/) provides a simple,
44
powerful programming model for building both batch and streaming parallel data
@@ -10,8 +10,8 @@ Service.
1010
Cloud Dataflow does **not** require use of this repository. Instead:
1111

1212
1. depend directly on a specific
13-
[version](https://cloud.google.com/dataflow/release-notes/java) of the SDK in the
14-
[Maven Central Repository](http://search.maven.org/#search%7Cga%7C1%7Cg%3A%22com.google.cloud.dataflow%22)
13+
[version](https://cloud.google.com/dataflow/release-notes/java) of the SDK in
14+
the [Maven Central Repository](http://search.maven.org/#search%7Cga%7C1%7Cg%3A%22com.google.cloud.dataflow%22)
1515
by adding the following dependency to development
1616
environments like Eclipse or Apache Maven:
1717

@@ -30,17 +30,8 @@ or just dig in for the fun of it, please stay with us here!
3030

3131
## Status [![Build Status](https://travis-ci.org/GoogleCloudPlatform/DataflowJavaSDK.svg?branch=master)](https://travis-ci.org/GoogleCloudPlatform/DataflowJavaSDK)
3232

33-
The SDK is publicly available as a Beta release, and might be changed in
34-
backward-incompatible ways.
35-
36-
The Google Cloud Dataflow Service is also publicly available in Beta under the
37-
following conditions:
38-
39-
* Your use of Google Cloud Dataflow is governed by the Google Cloud Platform
40-
Terms of Service. The foregoing notwithstanding, Google Cloud Dataflow is
41-
currently in Beta release and might be changed in backward-incompatible ways.
42-
It is not subject to any SLA or deprecation policy and is not recommended for
43-
production use.
33+
Both the SDK and the Dataflow Service are generally available, open to all
34+
developers, and considered stable and fully qualified for production use.
4435

4536
## Overview
4637

@@ -79,18 +70,20 @@ Additionally, you can run Dataflow pipelines on an
7970

8071
## Getting Started
8172

82-
This repository consists of three parts:
73+
This repository consists of the following parts:
8374

84-
* The [`SDK`](https://github.com/GoogleCloudPlatform/DataflowJavaSDK/blob/master/sdk)
75+
* The [`sdk`](https://github.com/GoogleCloudPlatform/DataflowJavaSDK/blob/master/sdk)
8576
module provides a set of basic Java APIs to program against.
86-
* The [`Examples`](https://github.com/GoogleCloudPlatform/DataflowJavaSDK/blob/master/examples)
77+
* The [`examples`](https://github.com/GoogleCloudPlatform/DataflowJavaSDK/blob/master/examples)
8778
module provides a few samples to get started. We recommend starting with the
8879
`WordCount` example.
89-
* The [`Contrib`](https://github.com/GoogleCloudPlatform/DataflowJavaSDK/blob/master/contrib)
80+
* The [`eclipse`](https://github.com/GoogleCloudPlatform/DataflowJavaSDK/blob/master/eclipse)
81+
directory contains the starter project for the Eclipse environment.
82+
* The [`contrib`](https://github.com/GoogleCloudPlatform/DataflowJavaSDK/blob/master/contrib)
9083
directory hosts community-contributed Dataflow modules.
9184

92-
The following command will build both modules and install them in your local
93-
Maven repository:
85+
The following command will build both the `sdk` and `example` modules and
86+
install them in your local Maven repository:
9487

9588
mvn clean install
9689

@@ -129,4 +122,4 @@ on GitHub to report any bugs, comments or questions regarding SDK development.
129122

130123
* [Google Cloud Dataflow](https://cloud.google.com/dataflow/)
131124
* [Dataflow Concepts and Programming Model](https://cloud.google.com/dataflow/model/programming-model)
132-
* [Javadoc](https://cloud.google.com/dataflow/java-sdk/JavaDoc/index)
125+
* [Java API Reference](https://cloud.google.com/dataflow/java-sdk/JavaDoc/index)

0 commit comments

Comments
 (0)