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

Collect cached results from s3 bucket #85

Closed
katxiao opened this issue May 18, 2021 · 1 comment · Fixed by #84
Closed

Collect cached results from s3 bucket #85

katxiao opened this issue May 18, 2021 · 1 comment · Fixed by #84
Assignees
Labels
internal The issue doesn't change the API or functionality
Milestone

Comments

@katxiao
Copy link
Contributor

katxiao commented May 18, 2021

  • SDGym version: 0.3.0

Description

In issue #79 we added a way to collect results from a collection of intermediate cached results to a single scores CSV file.

It should also be possible to read the intermediate cached results from an S3 bucket, and to store the results csv to a S3 bucket.

Python:

sdgym.collect.collect_results(input_path='s3://my-bucket/path/to/results', output_file='s3://my-bucket/path/to/my/results.csv')

CLI

sdgym collect ... -i s3://my-bucket/path/to/results -o s3://my-bucket/path/to/my/results.csv

If the bucket is private, the AWS key and secret introduce in PR #74 should be used.

@katxiao katxiao self-assigned this May 18, 2021
@katxiao katxiao linked a pull request May 18, 2021 that will close this issue
@csala
Copy link
Contributor

csala commented May 20, 2021

Closed via #84

@csala csala closed this as completed May 20, 2021
@csala csala added the internal The issue doesn't change the API or functionality label May 20, 2021
@csala csala added this to the 0.3.1 milestone May 20, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
internal The issue doesn't change the API or functionality
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants