Technical requirements
The code and data for this chapter can be found at https://github.com/PacktPublishing/Speed-up-your-Python-with-Rust/tree/main/chapter_nine.
In addition to this, we will be using docker-compose
on top of Docker to orchestrate our Docker containers. This can be installed by following the instructions at https://docs.docker.com/compose/install/.
In this chapter, we will be building a Docker-contained Flask application, which is available via the GitHub repository at https://github.com/maxwellflitton/fib-flask.