Skip to content

Repository files navigation

SQL in the Shell

Relationenalgebra auf der Kommandozeile - eine Marp Praesentation.

Zeigt wie klassische SQL-Operationen mit Unix-Tools umgesetzt werden koennen:

SQLShell
SELECT *cat, awk '{print}'
SELECT col1, col2awk '{print $1, $2}'
WHEREgrep, awk '{if ...}'
UNIONcat file1 file2 | sort | uniq
EXCEPTcomm -23
FROM R, Scartesian.sh

Entwicklung

npm install
npm start # Live-Preview im Browser
npm run build # Build nach dist/

Dateien

  • PITCHME.md - Hauptpraesentation
  • CheatSheet.md - Kurzreferenz SQL → Shell
  • work/ - Beispieldaten und Skripte

Inspiration

Basiert auf SQL in the Shell von Matt Might.

Lizenz

WTFPL

About

Marp-Präsentation: Relationenalgebra auf der Kommandozeile (SQL → awk/grep/comm)

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages