This repository has been archived on 2023-02-21. You can view files and clone it, but cannot push or open issues or pull requests.
publik-bi/wcs_olap
Benjamin Dauvergne 9c44bb9711 wcs-olap: build a start schema from data exported by w.c.s. API
Given such an .INI file:

	[https://demarches.triffouilly.fr/]
	orig = bi.triffouilly.fr
	key = 452b8964
	pg_dsn = dbname=publik-bi
	email = bi@entrouvert.com
	schema = triffouilly
	# slugs = recette-technique-ajout-d-un-enfant

It builds a schema named 'triffouilly' in the pre-existing database named 'publik-bi', the schema will contains tables named:

    channel (label varchar)
    role (label varchar)
    category (label varchar)
    form (category, label)
    formdata : parent table of all formdata tables)
        (form, receipt_time, year, month, dow, hour, channel, backoffice, generic_status)
    status (generic statuses: new, in progress & closed
        label

    for each formdef tables named:

       formdata_{formdef.slug}
       status_{formdef.slug}

       for each anonymisable
2016-05-19 11:13:12 +02:00
..
__init__.py start of wcs olap importer 2016-01-09 22:06:12 +01:00
cmd.py wcs-olap: build a start schema from data exported by w.c.s. API 2016-05-19 11:13:12 +02:00
feeder.py wcs-olap: build a start schema from data exported by w.c.s. API 2016-05-19 11:13:12 +02:00
signature.py start of wcs olap importer 2016-01-09 22:06:12 +01:00
tb.py wcs-olap: build a start schema from data exported by w.c.s. API 2016-05-19 11:13:12 +02:00
utils.py wcs-olap: build a start schema from data exported by w.c.s. API 2016-05-19 11:13:12 +02:00
wcs_api.py wcs-olap: build a start schema from data exported by w.c.s. API 2016-05-19 11:13:12 +02:00