Program does NOT run on Linux/MacOS environments, due to some DataFileReader compiler issues. Please use a Windows OS
Ensure you have the following installed on your system:
- A C++ compiler (e.g., g++, clang++).
- CMake (optional, for building the project).
- Git (optional, for cloning the repository).
Clone this repository to your local machine:
git clone https://github.com/weiyuan12/Database-System-Principles-Project-1.git
Windows
cd src
g++ main.cpp -o main
Windows
./main.exe
Windows
cd src
g++ LinearScanMain.cpp -o LinearScanMain
Windows
./LinearScanMain.exe
Testing was done for isolated components, which have been deprecated once main.cpp has been completed