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

Run the downloading of datasets in parallel #29

Open
BSchilperoort opened this issue Aug 17, 2023 · 1 comment
Open

Run the downloading of datasets in parallel #29

BSchilperoort opened this issue Aug 17, 2023 · 1 comment

Comments

@BSchilperoort
Copy link
Contributor

Currently the recipe runner iterates over each dataset, going through all steps (download, ingest, convert, export) before advancing to the next step.

It would be better to run these (or at least the download step) in parallel, to reduce being bottlenecked by slow downloads (CAMS...).

The different tasks require no communication, so they are perfectly parallel.

@SarahAlidoost
Copy link
Member

We can explore if this can be implemented in RS-DAT.

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

2 participants