└── README.md /README.md: -------------------------------------------------------------------------------- 1 | 16 | 17 | # Google Cloud Dataflow SDK for Java 18 | 19 | [Google Cloud Dataflow](https://cloud.google.com/dataflow/) is a service for executing [Apache Beam](https://beam.apache.org) pipelines on Google Cloud Platform. 20 | 21 | ## Getting Started 22 | 23 | * [Quickstart Using Java](https://cloud.google.com/dataflow/docs/quickstarts/quickstart-java-maven) on Google Cloud Dataflow 24 | * [Java API Reference](https://beam.apache.org/documentation/sdks/javadoc/) 25 | * [Java Examples](https://github.com/apache/beam/tree/master/examples/java) 26 | 27 | ## We moved to Apache Beam! 28 | Apache Beam Java SDK and the code development moved to the [Apache Beam repo](https://github.com/apache/beam/tree/master/sdks/java). 29 | 30 | If you want to contribute to the project (please do!) use this [Apache Beam contributor's guide](http://beam.apache.org/contribution-guide/) 31 | 32 | ## Contact Us 33 | 34 | We welcome all usage-related questions on 35 | [Stack Overflow](https://stackoverflow.com/questions/tagged/google-cloud-dataflow) 36 | tagged with `google-cloud-dataflow`. 37 | 38 | Please use the 39 | [issue tracker](https://issues.apache.org/jira/browse/BEAM) 40 | on Apache JIRA to report any bugs, comments or questions regarding SDK development. 41 | 42 | ## More Information 43 | 44 | * [Google Cloud Dataflow](https://cloud.google.com/dataflow/) 45 | * [Apache Beam](https://beam.apache.org/) 46 | * [Dataflow Concepts and Programming Model](https://beam.apache.org/documentation/programming-guide/) 47 | * [Java API Reference](https://beam.apache.org/documentation/sdks/javadoc/) 48 | 49 | _Apache, Apache Beam and the orange letter B logo are either registered trademarks or trademarks of the Apache Software Foundation in the United States and/or other countries._ 50 | --------------------------------------------------------------------------------