This folder contains illustrations of dataio datapackage functionalities

There are two tutorials, one in each subfolder: (1) ermodel, extract entity-relation model from data; (2) task, creates a datapackage given metadata and data dependencies. To run each tutorial go to the appropriate directory and execute 'python <tutorial>.py'

The material for the ermodel tutorial is:
  * ermodel.py : Python script
  * data/ : folder with input data
  * backup.dataio.yaml : backup input metadata file

The material for the task tutorial is:
  * task.py : Python script
  * lookup/ : folder with data dependency
  * task.dataio.yaml : metadata file of output data



