https://github.com/osbi/python_saiku_report_viewer_server
Saiku Report Viewer Server Python Wrapper
https://github.com/osbi/python_saiku_report_viewer_server
Last synced: about 2 months ago
JSON representation
Saiku Report Viewer Server Python Wrapper
- Host: GitHub
- URL: https://github.com/osbi/python_saiku_report_viewer_server
- Owner: OSBI
- Created: 2018-05-27T22:19:02.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-05-29T20:46:43.000Z (about 8 years ago)
- Last Synced: 2025-01-18T03:12:00.394Z (over 1 year ago)
- Language: Python
- Size: 8.79 KB
- Stars: 0
- Watchers: 6
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Saiku Report Viewer Server #
## Python Wrapper ##
This project encapsulates the Saiku Report Viewer Server in a Python module, so
it could be used easily by other Python projects.
## Requirements ##
* Python 3.6 or superior
* pipenv
## Installation and Usage ##
``` bash
git clone https://github.com/OSBI/python_saiku_report_viewer_server
cd python_saiku_report_viewer_server
pipenv shell
pipenv install
cd src
python -m saiku.main
```
On a browser, open the address `http://localhost:5002`