Skip to content

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.

License

qjyzwlz/json_to_relation

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 73.8%
  • Shell 18.1%
  • PLpgSQL 5.3%
  • JavaScript 2.4%
  • Other 0.4%