Please refer/cite to the following research paper:
- Matteo Francia, Matteo Golfarelli, Patrick Marcel, Stefano Rizzi, and Panos Vassiliadis. "Suggesting assess queries for interactive analysis of multidimensional data." IEEE Transactions on Knowledge and Data Engineering (2022). DOI: https://doi.org/10.1109/TKDE.2022.3171516
This repository allows the user to:
- download the necessary datasets;
- bring up a Docker container with Oracle 11g;
- load the datasets into Oracle;
- run the tests.
Running the experiments requires the following software to be installed:
- Docker
- Java 14
- Python 3.6.9
Once the software is installed, execute the following code to run the tests.
cd intentional
chmod +x *.sh
./init.sh
./build.sh
./download.sh
./start.sh
./stop.sh