Skip to content

Repository files navigation

Time series indexing (Big data project)

Project done for the course of Lab of Big Data (2016--2017).

Libraries

  • boost - library used to serialize the indexes
  • sdsl - library implementing succinct data structures

Tecnologies

  • 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

About

This is my project for the course of laboratory on algorithms for big data.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages