Run EuclidOLAP binary

Quickly deploy an EuclidOLAP service and use MDX for a multidimensional query.

Download and Run

Launch an EuclidOLAP service by executing binary on Linux.
EuclidOLAP currently supports running on Redhat/CentOS and Debian/Ubuntu operating systems.

Execute the following code:

$ wget https://github.com/EuclidOLAP/EuclidOLAP/releases/download/v0.1.5-beta/EuclidOLAP-v0.1.5-beta.tar.gz $ tar zxf EuclidOLAP-v0.1.5-beta.tar.gz $ cd EuclidOLAP/bin $ ./start.sh

Execute a multidimensional query

Run the EuclidOLAP client tool.

$ ./olap-cli

Enter the following simple MDX query statement.

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

The following query result will be displayed.

2020 2021 2022
Revenue 494849380.00 590103250.00 622211200.00

Then, you can type exit and press enter to exit the EuclidOLAP client tool.

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