Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/hayatoy/dataflow-tutorial

Cloud Dataflow Tutorial for Beginners
https://github.com/hayatoy/dataflow-tutorial

bigquery cloud-dataflow google-cloud-platform google-cloud-storage

Last synced: 2 months ago
JSON representation

Cloud Dataflow Tutorial for Beginners

Awesome Lists containing this project

README

        

# Cloud Dataflow (Python!) Tutorial for Beginners

## How to use
- Create Billing account on Google Cloud Platform
- Enable Dataflow API
- Open Datalab

Recommended Datalab settings;
`datalab create dftutorial --disk-size-gb 10 --no-create-repository --no-backups`

## If you want to use Jupyter Notebook..
- Install Dataflow Python SDK
`pip install google-cloud-dataflow`
- Set up default credential. just run the following command.
`gcloud auth application-default login`