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

Handling of massive data requests #100

Open
chad-earthscope opened this issue Apr 19, 2019 · 0 comments
Open

Handling of massive data requests #100

chad-earthscope opened this issue Apr 19, 2019 · 0 comments

Comments

@chad-earthscope
Copy link
Contributor

ROVER should be able to handle massive data requests as gracefully as possible.

To target goals (as extreme end-members):

  • Request and download all TA data (e.g. 2004 - now), e.g.:
rover retrieve TA_*_*_* 2004-1-1 2020-1-1
  • Request and download all _GSN data (1970 - now), e.g.:
$ cat > req.txt
_GSN * * * 1970-1-1 2020-1-1
$ rover list-retrieve req.txt

Note: initial evaluation should be done with list-retrive to avoid making actual data requests.

First step is to evaluate where the current bottlenecks are for handling these requests. Then we can determine how to address them.

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