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

An actual database containing the downloaded and processed data #45

Open
leaffan opened this issue Dec 17, 2020 · 1 comment
Open

An actual database containing the downloaded and processed data #45

leaffan opened this issue Dec 17, 2020 · 1 comment

Comments

@leaffan
Copy link
Owner

leaffan commented Dec 17, 2020

Currently all downloaded and processed data is stored in flat files. This should change.

@koppts
Copy link

koppts commented Dec 18, 2020

Since this is a rather rough requirement this should be refined from my point of view?
I would come up with some points the refinement should cover (from my point of view):

  • I would assume we talk about a relational database (most likely MariaDB/MySQL or postgres)
  • An additional data layer to gain an abstraction for the database should be added
  • How much logic and which parts shall shift to the database (with the implication of unit testing on db level)

I would suggest to write down the findings as an edit to the top post

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

No branches or pull requests

2 participants