Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 537 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 537 Bytes

Skyline_Query

A project that I created for my postgraduate, more precisely, the course of Technologies for Big Data Management and Analytics.

Objective

  1. Calculate the global skyline in a dataset
  2. Calculate the Top-k most dominant global skyline points in a dataset

Files

    Report.pdf -> The report of the project
    Code -> The scala project
    datasetGeneration.py -> The code that generates the datasets for which I executed the 2 algorithms