Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/joundso/cronr

Run a dockerized R script with CRON
https://github.com/joundso/cronr

cron docker r

Last synced: about 1 month ago
JSON representation

Run a dockerized R script with CRON

Awesome Lists containing this project

README

        

# cronR

Simple and small demo repo to run a R script in a cron job.

## Usage

Run the container by using

```bash
docker-compose up

## If you want to re-build the image:
docker-compose up --build
```

## More Infos

* [Live data extraction with Cron and R](https://medium.com/analytics-vidhya/live-data-extraction-with-cron-and-r-f29324bf153e)
* [SO "unable to run R script in crontab in docker container"](https://stackoverflow.com/a/58298667/)
* [Dockerized Plumber API](https://github.com/timosch29/Dockerized-Plumber-API)