/GDBS_Script

Skript zur Vorlesung Grundlagen der Datenbanksysteme | Lecture notes on the fundamentals of database systems

Primary LanguageJupyter Notebook

GDBS_Script

GitHub Pages

This repository provides lecture materials and interactive scripts for the course "Grundlagen der Datenbanksysteme." All content is structured as Jupyter Book for convenient learning and exploration. View current script on GitHub Pages.

Quickstart

Prerequisites

  • Python 3.8+
  • Jupyter Book

Installation

pip install -U jupyter-book

Build the Book

jupyter-book build GDBS_Script

Deploy to GitHub Pages:

ghp-import -n -p -f _build/html

Contributing

Contributions are welcome! Please open an issue to discuss major changes before submitting a Pull Request.

  1. Fork the repository
  2. Create your feature branch (git checkout -b feature/AmazingFeature)
  3. Commit your changes (git commit -m 'Add some AmazingFeature')
  4. Push to the branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

Support