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

Automatically download data sets #760

Merged
merged 64 commits into from
May 21, 2024
Merged

Automatically download data sets #760

merged 64 commits into from
May 21, 2024

Conversation

maplant
Copy link
Contributor

@maplant maplant commented Mar 12, 2024

Creates two new daemons for checking for new data set files and downloading and processing them once their timestamp has passed. This should be fairly robust, I prevent the download daemon from shutting down in the middle of downloading, but should that occur for whatever reason no errors should be incurred from restart.

@maplant maplant requested review from andymck and bbalser March 12, 2024 19:25
mobile_verifier/src/boosting_oracles/mod.rs Outdated Show resolved Hide resolved
mobile_verifier/src/boosting_oracles/mod.rs Outdated Show resolved Hide resolved
mobile_verifier/src/boosting_oracles/mod.rs Outdated Show resolved Hide resolved
mobile_verifier/src/boosting_oracles/mod.rs Outdated Show resolved Hide resolved
mobile_verifier/src/boosting_oracles/mod.rs Outdated Show resolved Hide resolved
@maplant maplant changed the title Automatically download data sets (right now, urbanization) Automatically download data sets Apr 9, 2024
mobile_verifier/src/boosting_oracles/mod.rs Outdated Show resolved Hide resolved
mobile_verifier/src/boosting_oracles/mod.rs Outdated Show resolved Hide resolved
mobile_verifier/src/boosting_oracles/mod.rs Outdated Show resolved Hide resolved
mobile_verifier/src/cli/server.rs Outdated Show resolved Hide resolved
file_store/src/file_info.rs Show resolved Hide resolved
mobile_verifier/src/boosting_oracles/assignment.rs Outdated Show resolved Hide resolved
mobile_verifier/src/settings.rs Show resolved Hide resolved
mobile_verifier/src/rewarder.rs Show resolved Hide resolved
mobile_verifier/src/coverage.rs Outdated Show resolved Hide resolved
mobile_verifier/src/boosting_oracles/mod.rs Outdated Show resolved Hide resolved
mobile_verifier/src/boosting_oracles/data_sets.rs Outdated Show resolved Hide resolved
mobile_verifier/src/boosting_oracles/data_sets.rs Outdated Show resolved Hide resolved
mobile_verifier/src/boosting_oracles/data_sets.rs Outdated Show resolved Hide resolved
mobile_verifier/src/boosting_oracles/data_sets.rs Outdated Show resolved Hide resolved
Copy link
Contributor

@andymck andymck left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

whilst i do need to take another pass at this...it generally looks good to me...one point I want to note is that the datasets module is somewhat difficult to read through...there is a lot going on in there I think breaking out its concerns to distinct files would help with this.

mobile_verifier/src/boosting_oracles/data_sets.rs Outdated Show resolved Hide resolved
@maplant maplant merged commit 172f929 into main May 21, 2024
15 checks passed
@maplant maplant deleted the map/download-data-sets branch May 21, 2024 19:45
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 this pull request may close these issues.

5 participants