This repository implements the paper "Predicting Multidimensional Cubes Through Intentional Analytics".
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.12
Once the software is installed, execute the following code to run the tests.
cd intentional
chmod +x *.sh
bash init.sh
bash build.sh
bash download.sh
bash start.sh
bash stop.sh- Change the necessary files (see the ones copied by
init.sh)