Yi (Alan) Wang 579b8fc9d7 Add metadataChangeEvent APIs to backend-service (#205)
* Add multiproduct and git repo metadata etl job

* 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

* merge API tables to existing dataset owner and schema field table

* Add confidential and recursive column to dict_dataset_field
2016-08-24 09:10:35 -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