iu-redcap / redcap-etl
ETL (Extract, Transform, Load) application that extracts data from REDCap
Installs: 555
Dependents: 0
Suggesters: 0
Security: 0
Stars: 21
Watchers: 5
Forks: 12
Open Issues: 2
Requires
- php: >=7.2.0
- ext-curl: *
- ext-dom: *
- ext-openssl: *
- iu-redcap/phpcap: 1.5.1
Requires (Dev)
- phpunit/phpunit: 11.0.4
- squizlabs/php_codesniffer: 3.9.0
- dev-master
- 2.3.12
- 2.3.11
- 2.3.10
- 2.3.9
- 2.3.8
- 2.3.7
- 2.3.6
- 2.3.5
- 2.3.4
- 2.3.3
- 2.3.2
- 2.3.1
- 2.3.0
- 2.2.2
- 2.2.1
- 2.2.0
- 2.1.0
- 2.0.14
- 2.0.13
- 2.0.12
- 2.0.11
- 2.0.10
- 2.0.9
- 2.0.8
- 2.0.7
- 2.0.6
- 2.0.5
- 2.0.4
- 2.0.3
- 2.0.2
- 2.0.1
- 2.0.0
- 1.5.9
- 1.5.8
- 1.5.7
- 1.5.6
- 1.5.5
- 1.5.4
- 1.5.3
- 1.5.2
- 1.5.1
- 1.5.0
- 1.4.5
- 1.4.4
- 1.4.3
- 1.4.2
- 1.4.1
- 1.4.0
- 1.3.4
- 1.3.3
- 1.3.2
- 1.3.1
- 1.3.0
- 1.2.1
- 1.2.0
- 1.1.0
- 1.0.0
- 0.8.0
- 0.7.10
- 0.7.9
- 0.7.8
- 0.7.7
- 0.7.6
- 0.7.5
- 0.7.4
- 0.7.3
- 0.7.2
- 0.7.1
- 0.7.0
- 0.6.6
- 0.6.5
- 0.6.4
- 0.6.3
- 0.6.2
- 0.6.1
- 0.6.0
- 0.5.9
- 0.5.8
- 0.5.7
- 0.5.6
- 0.5.5
- 0.5.4
- 0.5.3
- 0.5.2
- 0.5.1
- 0.5.0
- 0.4.0
- 0.3.0
- 0.2.0
- 0.1.0
- dev-develop
- dev-suffixes-2024
- dev-fixes-0624
- dev-db-extension-check
- dev-checkbox-lists
- dev-multiple-choice-field-resize
- dev-task-config-set-with-array
- dev-memory-limit
- dev-lookup-fix
- dev-label-fields
- dev-extract-filter-property
- dev-extract-filter
- dev-nal_targets
- dev-batch-metadata
- dev-psalm-fix
- dev-workflow-logging
- dev-task-logging
- dev-task-config-array
- dev-workflow-enhancements
- dev-performance-stats
- dev-performance-test
- dev-rules-save
- dev-nal_dynrules
- dev-repeating-forms-test-project
- dev-metadata
- dev-records-fix
- dev-fatal-error-handling
- dev-nal_sqlserver
- dev-nal_dev3
- dev-no-logging-project
- dev-nal_dev2
- dev-download
- dev-nal_dev
- dev-ext-project
- dev-ryanlong_dev
- dev-aarenson_configuration_unit
- dev-aarenson_dev-20181112
- dev-module
This package is auto-updated.
Last update: 2024-11-09 14:34:59 UTC
README
REDCap-ETL
REDCap-ETL (REDCap Extract, Transform, Load) is an application that can extract data from REDCap, transform the extracted data, and load the transformed data into a database.
REDCap-ETL runs as a stand alone application outside of REDCap, and can require a fair amount of effort to set up. However, a REDCap external module for REDCap-ETL is now available that can be set up and run within REDCap. The setup effort for the REDCap-ETL external module is substantially less than for the REDCap-ETL application.
The REDCap-ETL external module is in the official external module repository (REDCap Repo), and you should be able to find and install it from within REDCap.
Even though the REDCap-ETL external module is substantially easier to set up and use, there are still several cases where you might want to use the REDCap-ETL application:
- It's not possible or practical to get the REDCap-ETL external module installed on your system
- You want to incorporate REDCap-ETL into an existing program or script
- You want to reduce the load on your REDCap server as much as possible
- You want to use the CSV or SQLite database types (these are currently only supported in the REDCap-ETL application)