This project contains various PostgreSQL workshops including slides, handouts or exercises. This was initially produced by dalibo and it's now available to everyone under the PostgreSQL License.
The content is written in markdown using a specific set of SYNTAX rules.
We use pandoc to export this content in various format. For now the following formats are supported : reveal slides (HTML), PDF, EPUB, doc.
The workshops are available in 2 languages:
- French Workshops are in the
fr
directory - English workshops are in the
en
directory
Any other translation is welcome !
We built a dedicated docker image to compile this content. See the QUICKSTART guide for more details.
Alternavely you can also INSTALL the entire debian/pandoc/latex toolchain.
Each workshop is written under its own dedicated folder with standalones markdown files (for instance fr/ws14/140-postgresql_14.md)/
You can export the content using make
by specifying the file extension you want
make fr/ws14/140-postgresql_14.handout.html
make fr/ws14/140-postgresql_14.epub
make fr/ws14/140-postgresql_14.pdf
etc.
You can also build workshops within the same folder in all formats with:
make ws14
Previous workshops generated files are versionned under _archives_
folder with
the same logic to preserve templates made in the past.
This is an open project. You can CONTRIBUTE in many ways:
- declare a bug
- fix a typo
- translate
- submit a brand new workshop
- etc.