A workshop that gives an overview of SQL on PostgreSQL 12 as well as an overview of some database features.
- docker
- docker-compose
- Clone repository
- Navigate to repo directory
- Execute
./wsinit
- Execute
./ctbash
- Execute
pipenv install
- Execute
pipenv shell
- Open a new terminal and navigate to the repo dir.
- Execute
./ctpsql
Exercises are available in the workshop subdirectory
- Enter
\q
or pressCtrl+D
- Enter
exit
or pressCtrl+D
(do this twice, once to exit pipenv shell, the next to exit the container)
Finally execute ./wskill
This workshop will provide a PostgreSQL 12 database via docker. It will build a pgAdmin and a Grafana image with pre-set configrations and launch the containers.