https://github.com/ntsd/apache-beam-examples
https://github.com/ntsd/apache-beam-examples
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/ntsd/apache-beam-examples
- Owner: ntsd
- Created: 2017-04-20T14:21:59.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2021-06-04T01:01:08.000Z (about 5 years ago)
- Last Synced: 2025-01-23T19:47:58.849Z (over 1 year ago)
- Language: Java
- Size: 2.2 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Apache-Beam-Examples
#### Enable data flow API
1.Create GCP(Google Cloud Project)
2.Enable Google Dataflow API
#### Create Storage
1.go to https://console.cloud.google.com/storage/browser
2.Create Bucket
#### Credentials
If you have installed the Google Cloud SDK on your machine and have run the command
```gcloud auth application-default login```