Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 396 Bytes

File metadata and controls

19 lines (13 loc) · 396 Bytes

Serverless vs IaaS Benchmark

Master's thesis project benchmarking IaaS and FaaS (serverless) architectures using an ETL pipeline on Azure.

Requirements

  • OpenTofu
  • Azure CLI
  • Docker
  • Python 3.12+

Setup

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