Local dataset server like MinIO [FEATURE]
See original GitHub issue🚨🚨 Feature Request
- Related to an existing Issue
Is your feature request related to a problem?
In my environment, there are multiple local servers storing data and training models. To properly manage data, I wanna isolate one machine and start a data server like MinIO. Unfortunately HUB can only store data locally, or upload to S3, Google and Azure. Is there a plan to work on a local server?
If your feature will improve HUB
To make HUB work on a collaborative team with local shared data.
Description of the possible solution
Adding more options to url and token,.
Issue Analytics
- State:
- Created 3 years ago
- Reactions:1
- Comments:6 (3 by maintainers)
Top Results From Across the Web
Top MinIO Competitors & Alternatives 2022 - Gartner
Top alternatives ranked by recent software buyers · Dell EMC PowerScale · Dell Technologies · FlashBlade · Pure · Cloudian HyperStore · Cloudian...
Read more >MinIO | High Performance, Kubernetes Native Object Storage
MinIO's High Performance Object Storage is Open Source, Amazon S3 compatible, Kubernetes Native and is designed for cloud native workloads like AI.
Read more >Top 10 MinIO Alternatives 2022 - G2
Top 10 Alternatives to MinIO · Amazon Simple Storage Service (S3) · OpenIO Object Storage · Google Cloud Storage · Cloudian HyperStore ·...
Read more >How To Set Up MinIO Object Storage Server in Standalone ...
MinIO is an open-source object storage server compatible with the Amazon S3 cloud storage service. The service stores unstructured data such ...
Read more >minio/awesome-minio: A curated list of Awesome ... - GitHub
Minio is the primary object store for the SQLite databases. GitLab - GitLab is an open source software to collaborate on code. It...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
I was also thinking about it, and then I found this test case where you can set
url
tos3://whatever
and the token to something like this:and it just works! I’ve tested myself by hosting a local minio/minio container and this Getting started example.
Hey @qizhen816, hub should already work with MinIO, take a look at this example for reference. Do let me know if you face any issues.