Technical requirements
In this chapter, we will be installing and setting up the development environment that we will be using throughout the book. In order to carry out the necessary installations, you will need a system capable of running Bash and Docker. All of the other necessary technologies are self-contained within minikube, which we will run on top of the system.
Throughout this chapter, we will use the code from the GitHub repository for this book:
https://github.com/PacktPublishing/Building-Big-Data-Pipelines-with-Apache-Beam
Do not forget to clone it or use the cloned version from the previous chapter.