super-m-a-n / Multifunctional-System-for-vaccination-data-handling

System for handling / tracking / updating / querying of vaccination data using advanced data structures (skip lists, bloom filters)

Repository from Github https://github.comsuper-m-a-n/Multifunctional-System-for-vaccination-data-handlingRepository from Github https://github.comsuper-m-a-n/Multifunctional-System-for-vaccination-data-handling

Systems Programming Project 1

About

This projects implements a system that receives, processes, records and answers various user requests and queries about people's vaccination data. The system uses advanced data structures ideal for large data handling, like bloom filters and skip lists. All data structures used are implemented completely from scratch. The vaccination data found in folder /data are produced using a bash script testFile.sh. Detailed information about the project's specifications can be found in the project's pdf file : hw1-spring-2021.pdf, in greek.

About

System for handling / tracking / updating / querying of vaccination data using advanced data structures (skip lists, bloom filters)

License:MIT License


Languages

Language:C 93.4%Language:Shell 5.6%Language:Makefile 1.1%