Modules

Data Processing contains 4 main modules:

  1. Extract
  2. Transform
  3. Load
  4. Helpers

Basic usage

Fill in the config.ini with the proper testuser credentials for the project. Do not store passwords in this file but use ENV variables with `export ENV=****` Use .gitignore to ignore .ini files to prevent uploading them to github.

Transform Enrichment

Functions to enrich datasets.

Load

Common functions to load data into the Objectstore, CKAN (our public data.amsterdam.nl) or PostgreSQL.

Helpers

Generic helper functions for most commonly used data operations.