Yi (Alan) Wang 078e90e8bd Add multiproduct and git repo metadata etl job (#202)
* Add multiproduct and git repo metadata etl job

* implement the dataset availability section

* Extract commit hash use it when querying acl

* Use FileWriter to write records into CSV file

* Remove unnecessary log entries from kafka processor

* Fix the incompatibility between integer repo_id in db and string field in record
2016-08-12 12:26:55 -07:00
..
2016-02-16 00:41:07 -08:00
2016-02-16 16:36:47 -08:00

It is pretty easy to create all metadata tables in mysql client.

cd WhereHows/data-model/DDL
mysql -hlocalhost -uwherehows -pwherehows < create_all_tables_wrapper.sql

It is also fine to load each DDL files into a GUI client such as DBeaver or Aqua Data Studio