Skip to content

tilkow/workshops

 
 

Repository files navigation

PostgreSQL Workshops

Build Status

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:

Any other translation is welcome !

Install

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.

Compile

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.

Contribute

This is an open project. You can CONTRIBUTE in many ways:

  • declare a bug
  • fix a typo
  • translate
  • submit a brand new workshop
  • etc.

About

PostgreSQL Workshops

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 100.0%