Prerequisite¶
This workshop uses Docker to set up a Presto cluster, MySQL, and MongoDB. And it uses Docker Compose to run them all together.
Please follow the installation links below to set up your working environment:
- Docker
- Docker Compose (Optional)
Clone the workshop repository¶
Various parts of this workshop will require the configuration files from the workshop repository. Use the following command to download the whole repository
git clone https://github.com/IBM/presto-101-lab.git
cd presto-101-lab
Or download the repository as a zip file,
unzip it and get into the presto-101-lab-main
directory.