/PythonViaWebhook

Run a Python script in Azure

Primary LanguagePythonMIT LicenseMIT

Movation

I have a Python script with a hefty up front initialization cost, but a very low incremental cost. I want to be able to surface the output of this script cheaply and at scale while maintaining source code confidentiality. I also don't want to rewrite a lot.

Parts

There are three (3) parts to this project (listed below) that incrementally build on top of each other. Deploy steps can be found here. An explination of the data flow is also provided. Tests of the data flow are aranged in AAA form for understanding and experimentation.

  1. Worker
  2. Docker
  3. Azure Host

External links

Below is a partial list of the sources used in constructing this work. Some resources were complete, some not so much, but they all helped in their own way.