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.
gitea/wcs-olap/pipeline/head This commit looks good
Details
|
7 days ago | |
---|---|---|
debian | 1 week ago | |
tests | 3 months ago | |
wcs_olap | 11 months ago | |
.coveragerc | 1 year ago | |
.git-blame-ignore-revs | 11 months ago | |
.pre-commit-config.yaml | 1 week ago | |
Jenkinsfile | 3 months ago | |
MANIFEST.in | 6 years ago | |
README.rst | 6 years ago | |
get_wcs.sh | 7 days ago | |
pylint.sh | 3 years ago | |
setup.py | 11 months ago | |
tox.ini | 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.