Please refer/cite to the following research papers:
- Francia, Matteo, et al. "Enhancing cubes with models to describe multidimensional data." Information Systems Frontiers (2022): 31-48. DOI: https://doi.org/10.1007/s10796-021-10147-3
- Chédin, Antoine, et al. "The tell-tale cube." European Conference on Advances in Databases and Information Systems. Springer, Cham, 2020. DOI: https://doi.org/10.1007/978-3-030-54832-2_16
This repository allows the user to:
- download the necessary datasets;
- bring up a Docker container with MySQL;
- load the datasets into MySQL;
- 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