You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Allow for re-directing accessors of file data to stream the file directly without bottle-necking in Python.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: