This repository contains Docker environments to help you work through "Seven Databases in Seven Weeks". Details on the book are available on The Pragmatic Programmers website.
Test using Docker CE version 19.03.0-rc2. If using Windows, note that Linux Containers must be enabled.
Make sure you get a copy of the submodules:
git submodule init
git submodule update
Starting a database is just a case of going into the relevant folder and running up.ps1. Some databases also have local cluster examples, which are appropriately named.
When you're done, you can run down.ps1 to teardown the environment.
- Finish adding all the databases!
- Add shell scripts for Linux