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

URI and multiple-output support #29

Open
richardotis opened this issue Sep 18, 2017 · 0 comments
Open

URI and multiple-output support #29

richardotis opened this issue Sep 18, 2017 · 0 comments

Comments

@richardotis
Copy link
Collaborator

This is a feature request which is probably out of scope for #28.

Can every place where the run settings file accepts a filename or path, accept a general URI (e.g., https, ssh, git)? I think urlparse/urllib in the stdlib makes this a reasonable request.
See: https://stackoverflow.com/questions/22238090/validating-urls-in-python
One complicating factor is all the calls to open() and np.load() would need to get filtered through urllib, but I think this would be a very nice feature long term: Download datasets pinned to a Git repo, upload output TDBs to an S3 bucket, etc.

Related to this, being able to specify the output key multiple times would be useful once it would be possible to write results out to multiple remote locations.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant