gpsaggese / umd_data605

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

UMD DATA 605 - Big Data Systems

alt text

Cloning the GitHub class repo

  • Clone the GitHub Class Repository to get started:
    > git clone git@github.com:gpsaggese/umd_data605.git
    
  • More detailed instructions are in each project dir

Conventions

  • We indicate the execution of an OS command (e.g., Linux / MacOS) from the terminal of your computer with:

    > ... Linux command ...
    

    E.g.,

    > echo "Hello world"
    Hello world
    
  • We indicate the execution of a command inside a Docker container with:

    docker> ls 
    
  • We indicate the execution of a Postgres command from the psql client with:

    psql> 
    

Office hours

Many thanks to Prof Alan Sussman and Prof Amol Deshpande for helping with the class material.

About

License:MIT License


Languages

Language:Jupyter Notebook 99.7%Language:Shell 0.1%Language:Python 0.1%Language:Dockerfile 0.1%