Open
Description
DataLoader
s can load any file or directory, but only from the local filesystem, as they only support file paths.
They should support loading any kind of URI, in a best effort fashion (similar to what we do with different file types: just silently give up for URI schemes that you're not interested in).
The current ad-hoc RrdHttpStream
path would just become a part of that.