A use-case specific database with excellent performance. See Requirements.pdf (in Portuguese) to see the project's requirements (LI3 2024/25).
Final grade: 20 / 20 🤩
- 1st phase: 20.0 / 20.0
- 2nd phase: 19.6 / 20.0
Our focus is in supporting GCC + Linux, though other compilers / *NIX systems may work, though not officially supported.
This project can be built with:
$ cd trabalho-pratico
$ makeBuild artifacts can be removed with:
$ make cleanAfter building, the program can be installed by running:
$ make install$PREFIX can be overridden, to install the program in another location:
# PREFIX=/usr make installThe program can also be uninstalled. Just make sure you use the same $PREFIX you used for
installation:
$ make uninstallAs a university project, external contributors aren't allowed. All contributors must read the DEVELOPERS.md guide.

