This repository has been archived on 2023-02-21. You can view files and clone it, but cannot push or open issues or pull requests.
publik-bi/README.rst

24 lines
618 B
ReStructuredText

BI for Publik
=============
w.c.s. OLAP
-----------
Tool to export w.c.s. data in a database with star schema for making an OLAP
cube.::
usage: wcs-olap --url URL [-h] --orig ORIG --key KEY
--pg-dsn PG_DSN
Export W.C.S. data as a star schema in a postgresql DB
optional arguments:
--url URL url of the w.c.s. instance
-h, --help show this help message and exit
--orig ORIG origin of the request for signatures
--key KEY HMAC key for signatures
--pg-dsn PG_DSN Psycopg2 DB DSN