Skip to content

Lab exercises for the Big Data and Data Science Course

License

Notifications You must be signed in to change notification settings

tjkrstr/BigDataCourseExercises

 
 

Repository files navigation

BigDataCourseExercises

This repository will contain all the exercises related to the course Big Data at SDU

Useful commands:

See running containers and images

$  docker ps
$  docker image ls -a

Stop all running containers or perform a full cleanup.

$  docker kill $(docker ps -q)
$  docker-compose down
$  docker system prune --all

Note that containers have been run with the "rm" argument which removes the container after it is terminated.

About

Lab exercises for the Big Data and Data Science Course

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 66.7%
  • Shell 20.0%
  • Dockerfile 10.6%
  • Batchfile 2.4%
  • Makefile 0.3%