Docker

Start the EuclidOLAP container through the Docker engine.

$ docker run -d -p 8760:8760 -p 8761:8761 --name olapd euclidolap/euclidolap:v0.1.5-beta
The 8760 is the EuclidOLAP service port.
The 8761 is the EuclidOLAP Web service port, which is a web management console for the EuclidOLAP.

Enter the Docker container:

$ docker exec -it olapd /bin/bash

Execute 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
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