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

feat(backend): Simplify database tables with JSON-columns #90

Closed
pekasen opened this issue Nov 4, 2024 · 0 comments · Fixed by #95
Closed

feat(backend): Simplify database tables with JSON-columns #90

pekasen opened this issue Nov 4, 2024 · 0 comments · Fixed by #95
Assignees

Comments

@pekasen
Copy link
Member

pekasen commented Nov 4, 2024

Situation as is: Data is stored in custom tables which generated at runtime, which is not desirable. All data bases we are targeting are able to write/read JSON-columns.

Pro:

  1. This alleviates the necessity to verbosely specify columns beforehand.
  2. Specifying only one table per step in the data pipeline allows faster adaptation to multilayer workflows.

Contra:

  1. This may lead to unknown/uncertain columns in the data.
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

Successfully merging a pull request may close this issue.

1 participant