Data Engineering
Building an ETL pipeline from device to cloud (part 2)
In this part, I will rebuild the secure server from part 1 using FastAPI. This allows for multiple workers and running background tasks that we will be using in part 3.
In this part, I will rebuild the secure server from part 1 using FastAPI. This allows for multiple workers and running background tasks that we will be using in part 3.
In this first part, we will be building a simple web server using the standard Python library. This is for initial testing and we will secure the web server to use HTTPS.