An open API service indexing awesome lists of open source software.

https://github.com/gthomas08/big-data-management-systems-project

Big Data project using Apache Spark
https://github.com/gthomas08/big-data-management-systems-project

apache-spark java jupyter-notebook pyspark python

Last synced: 9 days ago
JSON representation

Big Data project using Apache Spark

Awesome Lists containing this project

README

        

# Big Data Management Systems Project

## About The Project

This project was part of the Computer Engineering and Informatics Department (CEID) of University of Patras curriculum.

## Exercise

The goal of this project was to write queries for a big [dataset](https://www.kaggle.com/grouplens/movielens-20m-dataset) and calculate the time elapsed for each query to return the results. The queries run in a local machine and a virtual one (with different configurations) that was setup by the University. Apache Spark was used to execute the queries. PySpark was used to write the queries.

## Technologies

- Java
- Python
- Pyspark
- Apache Spark
- Jupyter Notebook