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

Download and submit directly to GCS #139

Open
CarloLepelaars opened this issue Sep 22, 2023 · 0 comments
Open

Download and submit directly to GCS #139

CarloLepelaars opened this issue Sep 22, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@CarloLepelaars
Copy link
Collaborator

Context:

Numerblox supports Google Cloud Buckets (GCS) in downloaders and submitters with download_file_from_gcs, upload_file_to_gcs, download_directory_from_gcs and upload_directory_to_gcs. However, it always requires the user to have the Numerai data saved locally first.

Desired behavior:

  • Download Numerai data directly to a GCS bucket with any downloader if directory_path is prefixed with gs://
  • Upload predictions directly from a GCS bucket with any submitter if directory_path is prefixed with gs://

Possible bottlenecks:

  • For NumeraiClassicDownloader this may require adding a feature to numerapi before we can get this working in NumerBlox.
@CarloLepelaars CarloLepelaars added the enhancement New feature or request label Sep 22, 2023
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