Maybe Minio: https://github.com/minio/minio I've only used it as a fairly straight forward object store though, so not sure about privileges/permissions (etc). - Source: Hacker News / 8 days ago
However, I do use restic for my much smaller documents and photos folders where I do want snapshots. I'm still playing with where all that backup will be copied to, but I have some free Azure resources and I've setup restic to backup to that (Amazon S3 would work just as well). I've also played with Minio for the same purpose since it is S3 compatible. I have two other mini pcs that I don't use much now that I... Source: 15 days ago
StableBit CloudDrive will sync with an Amazon S3 compatible storage provider. Minio is an S3 compatible self hosted storage provider and it does not allow the host to browse the files. Tailscale is free for up to 3 users (to allow remote connections). Source: 16 days ago
ToolJet allows you to build applications that use relational and non-relational databases, REST APIs, OpenAI technologies, and cloud storage like Google Cloud Storage, AWS S3, and Minio. It is an excellent development tool helping individuals, developers, and businesses create and ship products faster. - Source: dev.to / 18 days ago
You could also install S3 compatible hosting on any server yourself, have a look at https://min.io. Source: 21 days ago
So, to be completely honest: databases have daily backups. For media storage, I am still relying on the excellent minio project, which provides S3-like storage with redundancy and snapshotting capabilities. This (so far) has proven to be enough, as I already faced disk failures and have no issue to recover. But I am planning on adding "proper" backups for all storage buckets as soon as possible. Source: 24 days ago
You could install Minio and backup to it with restic. Source: about 1 month ago
For something super-generic, you could look into min.io. It's not user-friendly, but would be a quick way to do it. Source: about 2 months ago
With this configuration, Docker initiates a demo cluster with all RisingWave components, including the frontend node, compute node, metadata node, and MinIO. The workload generator will start to generate random mock data and feed them into Kafka topics. In this demo cluster, data of materialized views will be stored in the MinIO instance. - Source: dev.to / 3 months ago
ToolJet allows you to build applications that use relational and non-relational databases, REST APIs, and cloud storage like Google Cloud Storage, AWS S3, and Minio. It is an excellent development tool helping individuals, developers, and businesses create and ship products faster. - Source: dev.to / 3 months ago
I wanted to be able to produce presigned urls to a non aws S3 and for sure the aws-sdk assumes you are on amazon. I had much greater success with the min.io client `mc`, it was great at generating shared urls for curl commands, but I wanted something which would also be easily translated to something which could be used in a browser or backend servers. Source: 3 months ago
Cloud storage - S3/GCS/etc is a better decision than trying to run your own storage at most level's of scale given how cheap storage is. I use Minio for local projects but unless the company I was working for had legitimate Devops chops, I'd never try to manage that for a professional use case. Source: 3 months ago
Currently run min.io on other s3 stuff that will moved to ceph, and its been working out fine, but it seems the HA aspect of ceph might be a notch up from min.io. Source: 3 months ago
Any reason specifically why you chose ceph radosgw over min.io for s3 storage? Source: 3 months ago
Side Projects: Golang, Makefile for orchestration, Parquet on self hosted Minio or R2, DuckDB, and go-hsnw, for vectors. If I'm not self hosting, Google Cloud Autopilot Kubernetes is my preferred cloud deployment environment. Source: 3 months ago
Minio is also an alternative (https://min.io/). I tended to use minio in docker on local machine (<4TB), ceph as a more centralised large capacity storage (<100TB) and cloud after. Source: 3 months ago
However, if you are confident you need a lakehouse solution, then your friend is [Minio](https://min.io/). You can deploy it on any server and it will give you an S3 compatible file storage API. Most lakehouse query engines are compatible with the S3 API. YUou can run a query engine like [Clickhouse](https://clickhouse.com/docs/en/integrations/s3/s3-minio/) or... Source: 3 months ago
The capability already exists to run data infrastructure without public clouds, as this is what everyone did before public clouds. You either rented space in a data center to put your own hardware or you ran it from your physical offices (many Wall St firms still do). Currently, the Lakehouse architecture is gaining a lot of popularity in the data engineering world and it lends itself quite nicely to self custody... Source: 4 months ago
Sounds like you’d want to setup a private multi org cloud storage system. Something like this https://min.io/ or similar. There are a dozen or so open source / commercial s3-like object storage systems out there. I have a friend that does this kind of mission critical infrastructure for research universities. Dm if you’d like. - Source: Hacker News / 4 months ago
I've had some limited success with https://min.io/ running on a few rpi's my friends and I had, we just used it for backups though - it was quite slow... Source: 4 months ago
Thanks a lot and totally agree. But what speaks against hosting Minio in a local Docker Container for you? Source: 4 months ago
Do you know an article comparing Minio to other products?
Suggest a link to a post with product alternatives.
This is an informative page about Minio. You can review and discuss the product here. The primary details have not been verified within the last quarter, and they might be outdated. If you think we are missing something, please use the means on this page to comment or suggest changes. All reviews and comments are highly encouranged and appreciated as they help everyone in the community to make an informed choice. Please always be kind and objective when evaluating a product and sharing your opinion.