You may run this project in a VM created by the included `Vagrantfile`, **but you do not have to.**
Download files with `git clone https://gitlab.cs.umd.edu/keleher/p4`.
In this project, you will modify a very simple database system that we have written to illustrate some of the B+-Tree and Query Processing algorithms.
The database system is written in Python3 and attempts to simulate how a database system would work, including what blocks it would read from disk, etc.