OLAP Web Console

OLAP Web Console is a web management console tool for EuclidOLAP service.

If you will run EuclidOLAP with docker, read the Docker section directly, because the Docker container of EuclidOLAP already has an OLAP Web Console service built into it.
Pre-requirements:
  • JDK8 runtime environment, or higher JDK version.
  • An EuclidOLAP service.

Download the OLAP Web Console: olapweb-v0.1.5-beta.jar

Run the OLAP Web Console:

$ java -jar olapweb-v0.1.5-beta.jar --server.port=8761

Then, use a browser to access the 127.0.0.1:8761

You need to change the IP to the address of the server that runs the OLAP Web Console service.

If your OLAP Web Console is running on the same server as EuclidOLAP, you can access the console directly by clicking the Connect button.

Otherwise, you need to click the Create a new connection and create a new EuclidOLAP connection.

Run the following MDX query statement:

select { Date.[2020], Date.[2021], Date.[2022] } on columns, { [Measures].Revenue } on rows from [Airline A];
About

What is EuclidOLAP?
Architecture
Code & Docs

EuclidOLAP
Olap Web Console
Getting Started
Download
Community


Contact Us

euclidolap@outlook.com
Copyright © 2023 euclidolap.com. All Rights Reserved