In this tutorial, you will:
- Create a Docker container for PostgreSQL and verify that it was installed correctly.
- Create a PostgreSQL database, add a table and populate it with the contents of a CSV file.
- Finally, we will perform some basic queries and visualise the results.
In order to follow this tutorial, you must have a working installation of Docker. If you have not already done so, download and install Docker Desktop https://www.docker.com/products/docker-desktop/ (MacOS and Windows) or install Docker Engine https://docs.docker.com/engine/install/ (Linux).