Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 795 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 795 Bytes

7 databases in 7 weeks

This repository is a companion piece to the book 7 Databases in 7 weeks

Each folder contains a docker-compose file for getting up and running with each database. If, for example, you wanted to get up and running with a PostgreSQL database:

>>> cd postgres
>>> docker-compose up

Each folder also contains a README.md that contains the user information you'll need to login to the database and work on the exercises found in the book.

Wherever possible, we've chosen the smallest possible docker image to use for the exercises presented in the text. Many times that image is based on alpine linux, which is so small that often utilities we take for granted won't be available.