Skip to content
This repository has been archived by the owner on Nov 2, 2024. It is now read-only.

weiyuan12/Database-System-Principles-Project-1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

82 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Database-System-Principles-Project-1

IMPORTANT NOTE

Program does NOT run on Linux/MacOS environments, due to some DataFileReader compiler issues. Please use a Windows OS

Prerequisites

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).

Installation

Cloning the Repository

Clone this repository to your local machine:

git clone https://github.com/weiyuan12/Database-System-Principles-Project-1.git

Building the Project

Navigate to src and compile project

Windows

cd src
g++ main.cpp -o main

Execution of code

Windows

./main.exe

Running of Linear Scan

Windows

cd src
g++ LinearScanMain.cpp -o LinearScanMain

Execution of code

Windows

./LinearScanMain.exe

Testing

Testing was done for isolated components, which have been deprecated once main.cpp has been completed

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •