From b932b4748fbc18d16eed97e4cf178ba5093aa2da Mon Sep 17 00:00:00 2001 From: Will Beasley Date: Fri, 28 Jul 2023 08:53:50 -0500 Subject: [PATCH] mention docker & cron for redcapcustodian suggested by @pbchase in https://github.com/redcap-tools/redcap-tools.github.io/pull/58#issuecomment-1655716411 --- _data/applications.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_data/applications.yml b/_data/applications.yml index d930567..5587eda 100644 --- a/_data/applications.yml +++ b/_data/applications.yml @@ -30,4 +30,4 @@ repo_release: https://img.shields.io/github/v/release/ctsit/redcapcustodian.svg repo_activity: https://img.shields.io/github/commit-activity/y/ctsit/redcapcustodian?color=9cf&label=commits language: R - description: Simplifies data management activities on REDCap systems. It provides a framework for automating data extraction, transformation, and loading (ETL) work with a focus on REDCap workflows and maintenance tasks. + description: Simplifies data management activities on REDCap systems. It provides a framework for automating data extraction, transformation, and loading (ETL) work with a focus on REDCap workflows and maintenance tasks. Uses Docker, shell script, and cron to automate workflows.