Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pdm-book/community
https://github.com/pdm-book/community
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/pdm-book/community
- Owner: pdm-book
- Created: 2020-11-13T01:04:47.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-10-20T11:30:43.000Z (about 2 years ago)
- Last Synced: 2024-05-31T12:35:15.673Z (6 months ago)
- Size: 24.4 MB
- Stars: 74
- Watchers: 10
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# The book “Database Theory”
In this repository, we will be releasing the upcoming book “Principles
of Databases”, by [Marcelo Arenas](https://marceloarenas.cl/), [Pablo Barcelo](https://pbarcelo.ing.uc.cl/), [Leonid Libkin](https://homepages.inf.ed.ac.uk/libkin/), [Wim Martens](https://www.theoinf.uni-bayreuth.de/en/team/martens_wim/index.php), and [Andreas Pieris](https://homepages.inf.ed.ac.uk/apieris/).
The book will be about the foundational and mathematical
principles of databases in its various forms.## The general philosophy of the book
* We planned the book such that large parts of it are suitable for
teaching. A chapter roughly corresponds to the contents of a single
lecture.* For the ease of teaching and understanding the material, we may
sometimes cut corners. If we want to give the reader a relatively
quick insight of a particular result, this sometimes means that we
present a weaker form of the result than the most general result known
in the literature. We have been teaching from this book ourselves,
but the present version will undoubtedly still have errors. If you
find some, you can open an issue on Github and we will look into it.## Suggestions for improvements
Please let us know if you find any errors in the book, or places that
you find particularly unclear. The new versions of the book, including
corrections, will be published in this repository.Exercise suggestions are also very welcome. We have generated some
initial ideas for exercises, but we are aware that the exercises for
the currently released parts still needs work. We also plan to
accompany each part with bibliographic remarks.## Getting a complete copy of the book
Rendering large PDF documents can be problematic on Github. Some browsers
only show the first 250 pages. If you want a full copy of the current
version of the book, please download the [full pdf file](https://github.com/pdm-book/community/blob/main/pdm-public.pdf).## Citation
To cite this work in a publication please use the following:
```
@book{ABLMP21,
author = {Marcelo Arenas and Pablo Barcel\'o and Leonid Libkin and Wim Martens and Andreas Pieris},
title = {Database Theory},
publisher = {Open source at \url{https://github.com/pdm-book/community}},
year = {2022},
}
```