Go to file
Frédéric Péters d9609f739e
gitea/wcs-olap/pipeline/head This commit looks good Details
tests: adapt to wcs switch to timestamptz (#86887)
2024-02-12 18:34:30 +01:00
debian debian: apply new pre-commit-debian (#77727) 2023-05-27 21:40:34 +02:00
tests tests: adapt to wcs switch to timestamptz (#86887) 2024-02-12 18:34:30 +01:00
wcs_olap tests: adapt to wcs switch to timestamptz (#86887) 2024-02-12 18:34:30 +01:00
.coveragerc jenkins: show execution context in coverage reports (#60446) 2022-01-11 16:18:00 +01:00
.git-blame-ignore-revs misc: update git-blame-ignore-revs to ignore quote changes (#79788) 2023-08-16 10:31:39 +02:00
.pre-commit-config.yaml misc: add pre commit hook to force single quotes (#79788) 2023-08-16 10:31:38 +02:00
Jenkinsfile ci: build deb package for bookworm (#78968) 2023-06-23 18:09:53 +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
get_wcs.sh ci: fix wcs git url (#76647) 2023-05-28 17:00:01 +02:00
pylint.sh jenkins: adopt authentic way of doing tox.ini and Jenkinsfile 2020-06-26 11:40:21 +02:00
setup.py misc: apply double-quote-string-fixer (#79788) 2023-08-16 10:31:39 +02:00
tox.ini tox: add emoji (new wcs dependency) (#76643) 2023-04-14 12:36:19 +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.