https://github.com/abilian/olapy-web
https://github.com/abilian/olapy-web
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/abilian/olapy-web
- Owner: abilian
- License: lgpl-2.1
- Created: 2017-05-15T10:53:19.000Z (about 9 years ago)
- Default Branch: main
- Last Pushed: 2023-03-07T00:42:28.000Z (over 3 years ago)
- Last Synced: 2024-05-21T00:21:50.524Z (about 2 years ago)
- Language: JavaScript
- Size: 21.9 MB
- Stars: 4
- Watchers: 5
- Forks: 1
- Open Issues: 21
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
OlaPy, an experimental OLAP engine based on Pandas
==================================================
About
-----
Olapy-web is a visual, web-based tool for exploring and analyzing
OLAP databases served by the `OlaPy `_.
.. image:: docs/img/dash.gif
:width: 46%
:align: left
.. image:: docs/img/pvt.gif
:width: 46%
:align: right
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
------------
To set up the application, run, ideally in a virtualenv::
make develop
(see `make pip`, `make js`, `make build` etc).
Usage
-----
Run the demo
~~~~~~~~~~~~
Run:
1. ``flask init`` to initialize the db and some demos
2. ``make run`` to run application, using the following credential to log in:
- **login**: admin
- **password**: admin
3. visit `127.0.0.1:5000`
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
Documentation
~~~~~~~~~~~~~
See the documentation:
`http://olapy-web.readthedocs.io/en/latest/ `_.
To build it, run::
make doc
and open ``docs/_build/html/index.html``.
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.