Skip to content

nathankatica/databases

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

77 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

intro-databases

Jekyll source for website containing course materials for Introduction to Databases course

Slides

Slides are written in Markdown and converted to Reveal.js HTML using Pandoc to produce the slides

$ cd slides
$ pandoc -s --mathjax -t revealjs -V theme=gt -V slideNumber=true -V progress=true -o database-concepts.html database-concepts.md

To generate all the slides:

$ for file in `ls *.md`; do pandoc -s --mathjax -t revealjs -V theme=gt -V slideNumber=true -V progress=true -o $(basename $file .md).html $file; done

ER Diagrams

To the extent possible, I store data in plain text files. It's possible to create ER diagrams using Graphviz.

dot -Tsvg -o humane-society.svg humane-society.dot

About

Jekyll source for website containing course materials for Introduction to Databases course

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 45.4%
  • CSS 36.5%
  • HTML 16.7%
  • TeX 1.1%
  • Python 0.3%