Go to file
Benjamin Dauvergne 196e04bdff debian: set default log level to INFO (fixes #30581) 2019-02-12 23:34:31 +01:00
debian debian: set default log level to INFO (fixes #30581) 2019-02-12 23:34:31 +01:00
tests feeder: fix value_label SQL for boolean fields (fixes #30477) 2019-02-07 23:43:39 +01:00
wcs_olap feeder: fix value_label SQL for boolean fields (fixes #30477) 2019-02-07 23:43:39 +01:00
Jenkinsfile use a Jenkinsfile (fixes #29862) 2019-01-17 23:09:48 +01: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
get_wcs.sh use a Jenkinsfile (fixes #29862) 2019-01-17 23:09:48 +01:00
setup.py wcs_api: return w.c.s. API errors (fixes #17924) 2019-01-30 17:46:50 +01:00
tox.ini wcs_api: return w.c.s. API errors (fixes #17924) 2019-01-30 17:46:50 +01: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.