Project done for the course of Lab of Big Data (2016--2017).
- make
- g++11
- wget
- gunzip
##Usage After the downloading of this repository, it is possibile tu use following commands:
To download the dataset and create some needed directory
$ make source
To build an index, it is possibile to choose the implementation to use
$ make index BASELINE=0
To generate a number of queries, it is possible to specify the number of queries that has to be generated
$ make generate NUM_QUERY=100
To answer the query generated, it is possible to specify the implementation to use
$ make query BASELINE=0
##Report The report of this project can be found here