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

Split /results and /data into a separate repository #17

Open
3 tasks
ahouseholder opened this issue Jul 21, 2023 · 1 comment
Open
3 tasks

Split /results and /data into a separate repository #17

ahouseholder opened this issue Jul 21, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@ahouseholder
Copy link
Contributor

Having both the code and the data it is collecting in a single repository was neat when we started but the data has grown so much (and is updated so frequently) that it's impossible to follow the git commit history for the code anymore.

My proposal is to:

  • retain the code & automation parts in this repository
  • move /results and /data to a separate repository or repositories (there's no reason they can't be in the same repo, because the process that generates data into /results is distinct from the process that generates data into /data
  • adjust the automation so that it updates the data in the new repositories instead of just reflecting it back to this one

Note that implementing thing would probably be a good time to consider implementing #1 as well.

@ahouseholder ahouseholder added the enhancement New feature or request label Jul 21, 2023
This was referenced Jul 21, 2023
@ahouseholder
Copy link
Contributor Author

Fixing this might also address #7 and possibly provide an opportunity to address #10.

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

No branches or pull requests

1 participant