OpenTechStrategies / torque-devenv

Set up a development environment for torque-sites
0 stars 0 forks source link

Enable ETL #4

Closed slifty closed 3 years ago

slifty commented 3 years ago

This PR enables support for automated setup and execution of ETL processes for competitions. This means it allows for automatic downloading of data and utilities from an OTS (or OTS compatable) SVN repository as well as the necessary tools to eventually run the deploy scripts hosted in torque-sites.

The new environment variables that are documented in the installation steps / template files are optional, and if they are ignored then setup will still work but will not support ETL.

It also includes a small commit which sets up the DemoView competition (with no data)

slifty commented 3 years ago

Note before merge: I need to add another commit to install git and clone the ots-tools repo since get-bigdata was just moved