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

Simplistic match details service #21

Open
DoctressWasTaken opened this issue Apr 3, 2021 · 0 comments
Open

Simplistic match details service #21

DoctressWasTaken opened this issue Apr 3, 2021 · 0 comments

Comments

@DoctressWasTaken
Copy link
Owner

Updating the db model to just import all match details as blob/json directly into the DB.

The postgres DB is only supposed to semi-persistently hold data as such no actual table model should be needed.
Throwing all data into a json field is totally fine to be exported later.
Further upsides:

  • No reduction of data
  • Less error prone if fields were to miss
  • roleML can be used easily because both match details and match timeline will be in the default format.

This will either resolve #6 or offer an alternative service.

DoctressWasTaken added a commit that referenced this issue Apr 10, 2021
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