BigDataX Linux Assignment

File structure

report.pdf # Report of VM setup, common commands, bash scripts, and questions
generate-dataset.sh # Bash script for generating datasets
sort-data.sh # Bash script for sorting the datasets
plot.py # Python script for visualizing execution times
assets/ # Images used in report

Example commands

Generate a dataset

./generate-dataset.sh 1000 data.txt

Sort a dataset

./sort-data.sh data.txt

Visualize a dataset

python3.10 plot.py