yildizib / olapy

OlaPy, an experimental OLAP engine based on Pandas

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

OlaPy, an experimental OLAP engine based on Pandas

About

OlaPy is an OLAP engine with MDX support, web interface (slice & dice) and XMLA support for Excel clients.

https://olapy.readthedocs.io/en/latest/

image

Status

This project is currently a research prototype, not suited for production use.

Licence

This project is currently licenced under the LGPL v3 licence.

Installation

Install from PyPI

You can install it directly from the Python Package Index:

pip install olapy

Install from Github

The project sources are stored in Github repository.

Download from Github:

git clone git://github.com/abilian/olapy.git

To set up the application, run, ideally in a virtualenv:

cd olapy
python setup.py install

or just:

pip install -e .

[OPTIONAL]

you can use Spark instead of Pandas, to do so, you need just to install it:

pip install pyspark

and if you want to go back to pandas just uninstall spark with:

pip uninstall pyspark

Usage

Before running OlaPy, you need to initialize it with:

olapy init

and then you can run the server with:

olapy runserver

and then from excel, open new spreadsheet and go to : Data -> From Other Sources -> From Analysis Services and use http://127.0.0.1:8000/ as server name and click next, then you can chose one of default olapy demo cubes (sales, foodmart...) and finish.

that's it ! now you can play with data

Developing

This project must adhere to the Abilian Developer Guide.

Pull requests are welcome.

Tests

To run tests, run:

pytest tests

or simply (on Unix-like systems):

make test

Credits

This project is developed by Abilian SAS and partially funded by the French Government through the Wendelin project and the Investissement d'avenir programme.

About

OlaPy, an experimental OLAP engine based on Pandas

License:GNU Lesser General Public License v2.1


Languages

Language:Python 90.4%Language:HTML 4.2%Language:JavaScript 4.1%Language:CSS 0.7%Language:Makefile 0.5%Language:Batchfile 0.1%