Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/openanalytics/rtq
Reliable Task Queues for R
https://github.com/openanalytics/rtq
Last synced: 9 days ago
JSON representation
Reliable Task Queues for R
- Host: GitHub
- URL: https://github.com/openanalytics/rtq
- Owner: openanalytics
- Created: 2019-05-07T10:26:44.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-04-18T16:52:40.000Z (over 4 years ago)
- Last Synced: 2024-08-13T07:12:51.734Z (4 months ago)
- Language: R
- Homepage:
- Size: 21.5 KB
- Stars: 4
- Watchers: 5
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- jimsghstars - openanalytics/rtq - Reliable Task Queues for R (R)
README
# rtq
rtq introduces S3 generics for a reliable task queue interface based on leases.
A reference implementation in Redis is provided.## Installation
From GitHub:
```r
if (!require("remotes") install.packages("remotes")
remotes::install_github("openanalytics/rtq", subdir = "rtq")
```