You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 11, 2022. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+14-21Lines changed: 14 additions & 21 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
# Google Cloud Dataflow SDK for Java (Beta)
1
+
# Google Cloud Dataflow SDK for Java
2
2
3
3
[Google Cloud Dataflow](https://cloud.google.com/dataflow/) provides a simple,
4
4
powerful programming model for building both batch and streaming parallel data
@@ -10,8 +10,8 @@ Service.
10
10
Cloud Dataflow does **not** require use of this repository. Instead:
11
11
12
12
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)
15
15
by adding the following dependency to development
16
16
environments like Eclipse or Apache Maven:
17
17
@@ -30,17 +30,8 @@ or just dig in for the fun of it, please stay with us here!
30
30
31
31
## Status [](https://travis-ci.org/GoogleCloudPlatform/DataflowJavaSDK)
32
32
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.
44
35
45
36
## Overview
46
37
@@ -79,18 +70,20 @@ Additionally, you can run Dataflow pipelines on an
79
70
80
71
## Getting Started
81
72
82
-
This repository consists of three parts:
73
+
This repository consists of the following parts:
83
74
84
-
* The [`SDK`](https://github.com/GoogleCloudPlatform/DataflowJavaSDK/blob/master/sdk)
75
+
* The [`sdk`](https://github.com/GoogleCloudPlatform/DataflowJavaSDK/blob/master/sdk)
85
76
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)
87
78
module provides a few samples to get started. We recommend starting with the
88
79
`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)
0 commit comments