arlugones / GCP_Rscheduler

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

INFO

This bunch of scripts show how to use googleCloudRunner for:

  1. deploying private docker image into Container registry of GCP
  2. run R code on this docker
  3. save the results in csv file in Google Cloud Storage
  4. upload the result into BigQuery
  5. Schedule everything in Cloud Scheduler for running in Cloud Build.

By going throw the examples you should run paragraphs from 50 main.R code.

About

License:MIT License


Languages

Language:R 91.7%Language:Dockerfile 8.3%