Beyond PaaS
Explore the challenges and opportunities of deploying Python applications beyond basic PaaS offerings. Understand the trade-offs between performance, scalability, vendor lock-in, and resilience to design scalable and fault-tolerant distributed systems.
We'll cover the following...
We'll cover the following...
As we have just seen, there is a long list of hosting platforms that you can use and leverage to deploy your application. This list of cloud platforms is not exhaustive. There are a lot more of them out there. They all have different offerings, while the foundation is usually common: running Python code.
List of hosting platforms
Hosting platform tradeoffs
Many of those platforms include more than just running your ...