Skip to content
This repository was archived by the owner on Feb 6, 2024. It is now read-only.

jayked/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 contained in a single markdown file (for instance fr/100-postgresql_10.md )

You can export the content using make by specifying the file extension you want

make fr/100-postgresql_10.html
make fr/100-postgresql_10.epub
make fr/100-postgresql_10.pdf
etc.

You can also build all workshops in all formats with:

make all

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

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Makefile 100.0%