This is a place for studying Open Source Software Analysis (BigData) in Dankook University.
- Professor : Hojin Shin
- Assistant : Yongmin Lee (Email : ym.lee@dankook.ac.kr)
Please install following packages via these commands:
sudo apt update
sudo apt install g++ gcc make git
git clone https://github.com/DKU-EmbeddedSystem-Lab/2026_DKU_OpenSourceAnalysis.git
If you want to proceed to Lab2 skip list, go to command below :
cd 2026_DKU_OpenSourceAnalysis/lab2/skiplist
make
./memdb_test
If you want to proceed to Lab2 B+Tree, go to command below :
cd 2026_DKU_OpenSourceAnalysis/lab2/bptree
make
./memdb_test
If you want to proceed to Lab3 FileDB, go to command below :
cd 2026_DKU_OpenSourceAnalysis/lab3
make
./db_test