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

Filesystem backend enhancements #33

Open
csterling opened this issue Aug 4, 2020 · 1 comment
Open

Filesystem backend enhancements #33

csterling opened this issue Aug 4, 2020 · 1 comment
Assignees
Labels
back-burner Not a priority right now enhancement New feature or request

Comments

@csterling
Copy link
Contributor

  1. Add the ability to set a canonical source for data (e.g. a URL), and instead of having the data stored in the file-system, store the source. Then when the data is accessed, retrieve the data and cache it for future requests.
  2. Allow for re-directing accessors of file data to stream the file directly without bottle-necking in Python.
@csterling csterling added the enhancement New feature or request label Aug 4, 2020
@csterling csterling self-assigned this Aug 4, 2020
@csterling
Copy link
Contributor Author

  1. Add the ability to set a canonical source for data (e.g. a URL), and instead of having the data stored in the file-system, store the source. Then when the data is accessed, retrieve the data and cache it for future requests.

This is implemented in commit ed67938

@csterling csterling added the back-burner Not a priority right now label Aug 17, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
back-burner Not a priority right now enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant