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

Move output storage out of git and keep historic estimates #9

Closed
seabbs opened this issue Aug 18, 2020 · 6 comments
Closed

Move output storage out of git and keep historic estimates #9

seabbs opened this issue Aug 18, 2020 · 6 comments
Labels
enhancement New feature or request
Milestone

Comments

@seabbs
Copy link
Collaborator

seabbs commented Aug 18, 2020

At the moment estimates are stored in git and overwritten with each new update. This causes two issues: 1. Historic estimates are not available and 2. the size of the git repo grows over time meaning that periodically the history must be cleaned.

The ideal solution to this would allow programmatically pushing results for each update with an easy to use bash friendly login process.

@seabbs seabbs added the enhancement New feature or request label Aug 18, 2020
@joeHickson
Copy link
Collaborator

There had been some discussion about the possibility of publishing the results to harvard dataverse - that can hold a version controlled (ergo history) set of results. Do you know what the outcome of that idea was?

@seabbs
Copy link
Collaborator Author

seabbs commented Aug 18, 2020

No aside from my own investigation. I couldn't find anything with an API that would allow you to push in an automated fashion (or at least semi-automated fashion) but tbh it was not a very exhaustive look.

@joeHickson
Copy link
Collaborator

http://guides.dataverse.org/en/4.20/api/native-api.html#publish-dataset-api was flagged by Richard as being a possible starting point.
Theres a few possible ways to structure it but it should be as simple as posting the latest dataset and then calling the publish api
It might also be possible to use this as the source for the last run dates / data, pulling it back down if needed.

@seabbs
Copy link
Collaborator Author

seabbs commented Aug 19, 2020

both of those sound like good ideas and this looks very viable!

@joeHickson
Copy link
Collaborator

Once we start to get this in place we may want to update EpiNow2 to only output into a location folder, not x/latest and x/2020-...

@joeHickson
Copy link
Collaborator

I think I might be able to get this to work independently from the i41 restructuring of the data - if so it can go ahead of it.

@joeHickson joeHickson added this to the pre-parallel milestone Oct 21, 2020
@joeHickson joeHickson moved this from To do to In progress in rt-estimates kanbanish Oct 21, 2020
@seabbs seabbs closed this as completed Dec 14, 2021
rt-estimates kanbanish automation moved this from In progress to Done Dec 14, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Development

No branches or pull requests

2 participants