Analyse de donnéé et datawarehouse pour publik
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.
Go to file
Benjamin Dauvergne f70c83aa08 add debian packaging 2016-05-19 11:13:12 +02:00
3m 3m: convert bi_all_forms to a table 2016-05-19 11:12:59 +02:00
debian add debian packaging 2016-05-19 11:13:12 +02:00
wcs_olap wcs-olap: build a start schema from data exported by w.c.s. API 2016-05-19 11:13:12 +02:00
MANIFEST.in add debian packaging 2016-05-19 11:13:12 +02:00
README.rst wcs-olap: build a start schema from data exported by w.c.s. API 2016-05-19 11:13:12 +02:00
create_dates.sql wcs-olap: build a start schema from data exported by w.c.s. API 2016-05-19 11:13:12 +02:00
setup.py wcs-olap: build a start schema from data exported by w.c.s. API 2016-05-19 11:13:12 +02:00

README.rst

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