Prerequisite¶
This workshop uses Docker to set up a Presto cluster, MySQL, and MongoDB. And it uses Docker Compose to running them all together.
Please follow the installation links below to set up your working environment:
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/yhwang/presto-intro.git
cd presto-intro
Or download the repository as a zip file,
unzip it and get into the presto-intro-master directory.