forked from apache/beam
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit 7f3b74c
Showing
1 changed file
with
19 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
Greetings! Welcome to the (Alpha) Google Cloud Dataflow Java SDK. | ||
|
||
Dataflow provides a simple, powerful model for building both batch and | ||
streaming parallel data processing Pipelines. | ||
|
||
To use the Google Cloud Dataflow SDK, you build a Pipeline which manages a | ||
graph of PTransforms and PCollections that the PTransforms consume and produce. | ||
|
||
You then use a PipelineRunner to specify where and how the pipeline should | ||
execute. Currently there are two runners: | ||
1. The DirectPipelineRunner runs the pipeline on your local machine. | ||
2. The [Blocking]DataflowPipelineRunner runs the pipeline on the Dataflow | ||
Service using the Google Cloud Platform. The Dataflow Service is | ||
currently in the Alpha phase of development and access is limited to | ||
whitelisted users. | ||
|
||
For more about both the Dataflow SDK and the Dataflow Service, visit: | ||
http://cloud.google.com/dataflow | ||
|