Nelly-Barret / BETTER-fairificator

The fairification tools for BETTER project.
https://www.better-health-project.eu/
0 stars 0 forks source link

Create a script to create the Python environment, create the working dir and run the script #13

Closed Nelly-Barret closed 4 weeks ago

Nelly-Barret commented 4 weeks ago

Started here: https://github.com/Nelly-Barret/BETTER-fairificator/tree/fix-13

Nelly-Barret commented 4 weeks ago

This script should be free of parameters as much as possible. Indeed, it should only set up a default configuration. The main.py script will be in charge of getting the user parameters and set them in properties.ini. Otherwise, the ETL will use the default configuration set in properties.ini by the configuration script configure.sh.

Nelly-Barret commented 4 weeks ago

The idea is to:

Update: I could also write more info in the config file about the system, date+time of execution, etc. DONE

Nelly-Barret commented 4 weeks ago

Done at main cc008fe