Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/googlecloudplatform/dataflowjavasdk
Google Cloud Dataflow provides a simple, powerful model for building both batch and streaming parallel data processing pipelines.
https://github.com/googlecloudplatform/dataflowjavasdk
big-data data-analysis data-mining data-processing data-science google-cloud-dataflow
Last synced: about 7 hours ago
JSON representation
Google Cloud Dataflow provides a simple, powerful model for building both batch and streaming parallel data processing pipelines.
- Host: GitHub
- URL: https://github.com/googlecloudplatform/dataflowjavasdk
- Owner: GoogleCloudPlatform
- Archived: true
- Created: 2014-12-03T19:20:21.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2020-11-25T18:38:41.000Z (about 4 years ago)
- Last Synced: 2024-12-18T08:40:20.372Z (about 1 month ago)
- Topics: big-data, data-analysis, data-mining, data-processing, data-science, google-cloud-dataflow
- Homepage: http://cloud.google.com/dataflow
- Size: 12.9 MB
- Stars: 854
- Watchers: 127
- Forks: 322
- Open Issues: 52
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Google Cloud Dataflow SDK for Java
[Google Cloud Dataflow](https://cloud.google.com/dataflow/) is a service for executing [Apache Beam](https://beam.apache.org) pipelines on Google Cloud Platform.
## Getting Started
* [Quickstart Using Java](https://cloud.google.com/dataflow/docs/quickstarts/quickstart-java-maven) on Google Cloud Dataflow
* [Java API Reference](https://beam.apache.org/documentation/sdks/javadoc/)
* [Java Examples](https://github.com/apache/beam/tree/master/examples/java)## We moved to Apache Beam!
Apache Beam Java SDK and the code development moved to the [Apache Beam repo](https://github.com/apache/beam/tree/master/sdks/java).If you want to contribute to the project (please do!) use this [Apache Beam contributor's guide](http://beam.apache.org/contribution-guide/)
## Contact Us
We welcome all usage-related questions on
[Stack Overflow](https://stackoverflow.com/questions/tagged/google-cloud-dataflow)
tagged with `google-cloud-dataflow`.Please use the
[issue tracker](https://issues.apache.org/jira/browse/BEAM)
on Apache JIRA to report any bugs, comments or questions regarding SDK development.## More Information
* [Google Cloud Dataflow](https://cloud.google.com/dataflow/)
* [Apache Beam](https://beam.apache.org/)
* [Dataflow Concepts and Programming Model](https://beam.apache.org/documentation/programming-guide/)
* [Java API Reference](https://beam.apache.org/documentation/sdks/javadoc/)_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._