Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 838 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 838 Bytes

Relational DBMS 2

A SQL based project that was developed as an assignment for the subject of Databases. This project uses the "UK Road Safety: Traffic Accidents and Vehicles" dataset that is available on Kaggle. We designed optimized SQL queries for looking up accident information in the dataset. We created indexes to speed up queries. We broke up tables into partitions based on specific ranges and database relations. Finally, we have written a program in Java using Spark that executes the designed SQL queries and calculates related statistics.

Group members involved in this project:
Ioannidis Panagiotis, Paravantis Athanasios, Nikas Dionisios

Browse through related projects on thanos.dev:
https://thanos.dev/projects/relational-dbms-2