cturbelin/redisProgress: Follow Task Progression using Redis

Follow tasks progress in a distributed context, using 'Redis', an open source in-memory data structure storage engine <https://redis.io> as a database to exchange data about running tasks. This package provides function to allow a set of tasks, executed in parallel (in the same or on different machines) to send information about their progress (like a progress bar). 'Redis' is not used as a job queue here (unlike 'doRedis' package), only as a mean to share data about tasks progression. A minimal console based interface is also provided to monitor those progress.

Getting started

Package details

AuthorClément TURBELIN
MaintainerClément TURBELIN <clement.turbelin@upmc.fr>
LicenseMIT + file LICENSE
Version0.2.2
Package repositoryView on GitHub
Installation Install the latest version of this package by entering the following in R:
install.packages("remotes")
remotes::install_github("cturbelin/redisProgress")
cturbelin/redisProgress documentation built on Dec. 10, 2019, 7:35 a.m.