question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

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:closed
  • Created 3 years ago
  • Reactions:1
  • Comments:6 (3 by maintainers)

github_iconTop GitHub Comments

2reactions
gabriel-milancommented, Feb 21, 2021

I was also thinking about it, and then I found this test case where you can set url to s3://whatever and the token to something like this:

token = {
    "aws_access_key_id": "your_minio_access_key",
    "aws_secret_access_key": "your_minio_secret_key",
    "endpoint_url": "your_minio_url:port",
}

and it just works! I’ve tested myself by hosting a local minio/minio container and this Getting started example.

1reaction
AbhinavTulicommented, Feb 21, 2021

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.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found