/TDT4225

Primary LanguagePython

TDT4225 - Very Large Distributed Data Volumes

Quick Start For Assignment 2

# Go to folder
$ cd 2_Assignment

# Make venv
$ python3 -m venv venv

# Activate venv
$ source venv/bin/activate

# Install requirements
$ pip install -r requirements.txt

# Run example
$ HOST="<FILL>" DATABASE="<FILL>" USER="<FILL>" PASSWORD="<FILL>" python example.py