-
Notifications
You must be signed in to change notification settings - Fork 1
Is it possible to use metrics/plots/data from the local S3-compatible storage? #1
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
Comments
Q: If you setup an S3-compatible storage manually/locally (via https://dvc.org/doc/command-reference/remote/add) will Studio pick it up? Or any remote for that matter |
Only if it's accessible from the machines that run Studio. If it's under firewall, NAT, local IP - etc, there is no way we can access it. Some proxy is required then. Benjamin had a good point about saving at least certain artifacts into some externally accessible remotes, but that would ideally require some DVC support on the iterative/dvc#4040 . @Benjamin-Etheredge feel free to chime in that ticket. |
I see. And MinIO is usually run in a local machine or network, right? @Benjamin-Etheredge as a workaround for now you could try something like Ngrok or Traefik (article) to expose the local Minio service to the Internet (free, I think) — not sure about possible throughput limits. |
Besides Minio there are cloud alternatives too. Anything DVC already works with should work in Studio too, using same settings and credentials. |
I think the key word in the issue title is "local". In that case Studio won't work with the (local) storage since it's not local or even available to Studio. But yeah I don't suppose we're trying to solve that, which is a networking situation really. So Idk if this issue is actionable. |
Maybe I misunderstood, but will studio read metrics from S3 out of the box? So far I've set all my metrics to |
@ivyleavedtoadflax yes, it can read them from S3, so you can set |
Works great 👍 |
Do we plan to do something about it? And what can we do really? Or we simply keeping this for informational pruposes? |
Let's keep it as a feature request for now. |
Studio can be installed on-prem per request. Please reach us directly if there is a need. Closing this. |
The current studio seems to only support AWS s3. Support for other s3-compatible APIs (like minIO) would be awesome.
The text was updated successfully, but these errors were encountered: