This project is Kusai, a fork of the Saiku OLAP (Online Analytical Processing) application, distributed and maintained by Tahopen. It includes updated features and improvements for modern analytical needs.
Follow these steps to set up and run Kusai:
Ensure that the JAVA_HOME
and PATH
environment variables are configured for JDK 8. Verify the setup by running:
$ java -version
The output should confirm Java version 1.8.x, similar to the example below:
openjdk version "1.8.0_432"
OpenJDK Runtime Environment (Temurin)(build 1.8.0_432-b06)
OpenJDK 64-Bit Server VM (Temurin)(build 25.432-b06, mixed mode)
Run the installation script to set up the required dependencies:
$ ./install.sh
Start the Kusai server, which will be available at http://localhost:8080, by executing:
$ ./start.sh
After starting the server, you can log in using the following default credentials:
- Username:
admin
- Password:
admin
For more information or troubleshooting, refer to the official Tahopen documentation or contact the support team.