Skip to content

dinigo/cloudrun-helloworld-r

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cloud Run with R – Hello World

Run on Google Cloud

An example of creating serverless functions using R, plumber, Docker and Cloud Run.

Take a look at the Swagger API UI at https://cloudrun-hello-r-tjf3c3jq4q-an.a.run.app/__swagger__/

File descriptions:

  • app.R describes the endpoints of the server and respective request handler functions
  • server.R sets up the server environment with plumber
  • Dockerfile describes the setup of the docker container used to run the app
  • cloudbuild.yaml sets up continuous deployment to Cloud Run, when commits are pushed to master

About

An example of creating serverless functions using R, plumber and Docker

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • R 71.1%
  • Dockerfile 28.9%