Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/joundso/cronr
- Owner: joundso
- Created: 2021-06-08T08:05:40.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-06-18T04:44:26.000Z (6 months ago)
- Last Synced: 2024-06-18T05:50:04.493Z (6 months ago)
- Topics: cron, docker, r
- Language: Dockerfile
- Homepage:
- Size: 19.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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)