Open bbest opened 8 months ago
presently the database server looks like this:
Ideally we move towards :
databases:
dev
prod
schemas:
raw
public
Add above to:
presently the database server looks like this:
Ideally we move towards :
databases:
dev
(developmental) databaseprod
(production) databaseschemas:
raw
\ raw data, before cleaning / processing or adding any derived columnspublic
\ final tables for use with APIs, etc; ideally all modifications and QA/QC are generated from reproducible scripts (in workflows)