Skip to content

shivasj/data-versioning

 
 

Repository files navigation

Mushroom App: Data Versioning Demo

In this tutorial go over data versioning techniques using the mushroom app data. We will use Docker to run everything inside containers.

Prerequisites

  • Have Docker installed
  • Cloned this repository to your local machine with a terminal up and running
  • Check that your Docker is running with the following command

docker run hello-world

Install Docker

Install Docker Desktop

Ensure Docker Memory

  • To make sure we can run multiple container go to Docker>Preferences>Resources and in "Memory" make sure you have selected > 4GB

Install VSCode

Follow the instructions for your operating system.
If you already have a preferred text editor, skip this step.

Clone the github repository

  • Clone or download from here

Make sure we do not have any running containers and clear up an unused images

  • Run docker container ls
  • Stop any container that is running
  • Run docker system prune
  • Run docker image ls

About

Data Versioning Demo

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 46.7%
  • Dockerfile 35.1%
  • Shell 18.2%