This is a place for studying Open Source Software Analysus (BigData) in Dankook University.
- Professor : Hojin Shin
- Assistant : Guangxun Zhao (Email : guangxunzhao@dankook.ac.kr)
git clone https://github.com/DKU-EmbeddedSystem-Lab/2025_DKU_OpenSourceAnalysis.git
If you get an error there are no commands, install git with following command :
sudo apt-get install git
If you want to proceed to Lab1, go to command below :
cd lab1_skiplist
make
./lab1_skiplist
If you want to proceed to Lab2, go to command below :
cd lab2_bplustree
make
./lab2_bplustree