Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 594 Bytes

File metadata and controls

8 lines (7 loc) · 594 Bytes

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.

Prerequisites

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).