Master's thesis project benchmarking IaaS and FaaS (serverless) architectures using an ETL pipeline on Azure.
- OpenTofu
- Azure CLI
- Docker
- Python 3.12+
Fill in .env based on .env.example, then:
tofu -chdir=src/infrastructure init
export $(cat .env | xargs -I% echo TF_VAR_%) && tofu -chdir=src/infrastructure apply