You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Go to file
Frédéric Péters b128abec37
gitea/wcs-olap/pipeline/head This commit looks good Details
ci: fix wcs git url (#76647)
7 days ago
debian debian: apply new pre-commit-debian (#77727) 1 week ago
tests tests: remove usage of string fields (#74653) 3 months ago
wcs_olap trivial: apply pre-commit 11 months ago
.coveragerc jenkins: show execution context in coverage reports (#60446) 1 year ago
.git-blame-ignore-revs trivial: add reformatting commit hash to .git-blame-ignore-revs 11 months ago
.pre-commit-config.yaml ci: upgrade pre-commit-debian (#77727) 1 week ago
Jenkinsfile Prepare Jenkinsfile for Gitea migration (#74572) 3 months ago
MANIFEST.in remove create_dates.sql from install files 6 years ago
README.rst declare geolocation fields in schema files (fixes #14572) 6 years ago
get_wcs.sh ci: fix wcs git url (#76647) 7 days ago
pylint.sh jenkins: adopt authentic way of doing tox.ini and Jenkinsfile 3 years ago
setup.py trivial: apply pre-commit 11 months ago
tox.ini tox: add emoji (new wcs dependency) (#76643) 2 months ago

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.