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

DataLoaders should support arbitrary URIs #4525

Open
teh-cmc opened this issue Dec 14, 2023 · 0 comments
Open

DataLoaders should support arbitrary URIs #4525

teh-cmc opened this issue Dec 14, 2023 · 0 comments
Labels
CLI Related to the Rerun CLI 🧑‍💻 dev experience developer experience (excluding CI)

Comments

@teh-cmc
Copy link
Member

teh-cmc commented Dec 14, 2023

DataLoaders 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.

@teh-cmc teh-cmc added 🧑‍💻 dev experience developer experience (excluding CI) CLI Related to the Rerun CLI labels Dec 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CLI Related to the Rerun CLI 🧑‍💻 dev experience developer experience (excluding CI)
Projects
None yet
Development

No branches or pull requests

1 participant