Go to file
Benjamin Dauvergne 26dfb0d930 debian: configure logging in /etc/wcs-olap/config.init (fixes #19826)
Signed-off-by: Christophe Siraut <csiraut@entrouvert.com>
2018-09-22 13:35:12 +02:00
debian debian: configure logging in /etc/wcs-olap/config.init (fixes #19826) 2018-09-22 13:35:12 +02:00
wcs_olap ease debugging (#26190) 2018-09-06 18:31:00 +02:00
MANIFEST.in remove create_dates.sql from install files 2017-02-28 09:49:47 +01:00
README.rst declare geolocation fields in schema files (fixes #14572) 2017-03-01 17:01:11 +01:00
setup.py standalone debian packaging 2016-06-24 15:47:37 +02:00
tox.ini bi-joe: BI engine and frontend for PostgreSQL 2016-05-25 01:24:07 +02:00

README.rst

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 [--no-feed] [-a | --url URL] [-h] [--orig ORIG] [--key KEY]
                        [--pg-dsn PG_DSN] [--schema SCHEMA]
                        [config_path]

        Export W.C.S. data as a star schema in a postgresql DB

        positional arguments:
          config_path

        optional arguments:
          --no-feed        only produce the model
          -a, --all        synchronize all wcs
          --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
          --schema SCHEMA  schema name

Requirements
------------

PostgreSQL > 9.4 is required.