json_to_relation
Converts edX tracking logs to a relational schema. See http://datastage.stanford.edu/#appB for details on that schema.
Install via: sudo python setup.py install
To run:
- use scripts in scripts subdirectory.
From a file containing one or more JSON structures, creates a relational schema, and a relational table. The table will contain the file's content organized by the schema. Unpopulated fields are filled with nulls.
PythonBSD-3-Clause
Converts edX tracking logs to a relational schema. See http://datastage.stanford.edu/#appB for details on that schema.
Install via: sudo python setup.py install
To run: