Olapy-web is a visual, web-based tool for exploring and analyzing OLAP databases served by the OlaPy.
This project is currently a research prototype, not suited for production use.
This project is currently licenced under the LGPL v3 licence.
To set up the application, run, ideally in a virtualenv:
make develop
(see make pip, make js, make build etc).
Run:
flask init
to initialize the db and some demosmake run
to run application, using the following credential to log in:
- login: admin
- password: admin
- visit 127.0.0.1:5000
This project must adhere to the Abilian Developer Guide.
Pull requests are welcome.
To run tests, run:
pytest tests
or simply (on Unix-like systems):
make test
See the documentation: http://olapy-web.readthedocs.io/en/latest/.
To build it, run:
make doc
and open docs/_build/html/index.html
.
This project is developed by Abilian SAS and partially funded by the French Government through the Wendelin project and the Investissement d'avenir programme.