Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

db staging #9

Open
bbest opened this issue Mar 12, 2024 · 1 comment
Open

db staging #9

bbest opened this issue Mar 12, 2024 · 1 comment

Comments

@bbest
Copy link
Contributor

bbest commented Mar 12, 2024

presently the database server looks like this:

image

Ideally we move towards :

databases:

  • dev (developmental) database
    • work on creating new tables / columns / relationships
  • prod (production) database
    • static and we can dump the database and have a commit ID and even a DOI
    • copy of dev for a given timestamp

schemas:

  • raw
    raw data, before cleaning / processing or adding any derived columns
  • public
    final tables for use with APIs, etc; ideally all modifications and QA/QC are generated from reproducible scripts (in workflows)
@bbest
Copy link
Contributor Author

bbest commented Mar 12, 2024

Add above to:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant