If you're attending the International SE Summit in Cannes, please perform the following steps -before you head to France-, and report any issues in the Teams groups
First download this repository's contents using git clone
or by downloading as a zip and extracting to a folder of your choice.
Then, making sure you are in the repository's root directory (isc-datafest
), run the following to build the image:
docker build --tag iris-datafest .
or
docker-compose build
We may still change the image slightly, but if you've built it once, you'll have cached the most important layers (base image & python package installation) and rebuilding the changes it should not take long or much bandwidth.
We have updated the base image for this repository to the very latest 2023.3 Developer Preview. Not just because we like living on the edge, but also because a few smaller things we'll touch on in the exercises such as predicate pushdown for foreign tables are much nicer there than in the 2023.2 image we started off with. There's also a minor bug you might hit in an extra exercise that has been addressed 😉.