Software:MinIO

From HandWiki
Revision as of 17:46, 14 February 2024 by LinuxGuru (talk | contribs) (link)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Short description: High Performance Object Storage released under the AGPL open-source license
MinIO Object Storage
Developer(s)MinIO, Inc
Initial release11 March 2016; 8 years ago (2016-03-11)[1]
Stable releaseRELEASE.2021-09-09T21-37-07Z[2] (962 days ago) [±]
Written inGo
TypeObject storage
LicenseGNU Affero GPL

MinIO is a High-Performance Object Storage released under GNU Affero General Public License v3.0.[3] It is API compatible with the Amazon S3 cloud storage service. It is capable of working with unstructured data such as photos, videos, log files, backups, and container images with the maximum supported object size being 50TB.[citation needed]

History & development

MinIO's main developer is MinIO Inc, a Silicon Valley–based technology startup founded by Anand Babu Periasamy, Garima Kapoor, and Harshavardhana in November 2014.[4]

MinIO has published a number of benchmarks to disclose both its own performance and the performance of an object storage in general. These benchmarks include comparisons to an Amazon S3 for Trino, Presto, and Spark, as well as throughput results for the S3Benchmark on HDD and NVMe drives.[5][6]

Re-licensing

As of April 23, 2021, MinIO, Inc submitted a change that re-licensed the project from its previous Apache V2 to GNU Affero Public License Version 3 (AGPLv3).[7]

Architecture

MinIO storage stack has three major components: MinIO Server, MinIO Client (a.k.a. mc, which is a command-line client for the object and file management with any Amazon S3 compatible servers), and MinIO Client SDK, which can be used by application developers to interact with any Amazon S3 compatible server.

MinIO Server

MinIO cloud storage server is designed to be as small as possible and scalable. It is light enough to be bundled along with the application stack, similar to NodeJS and Redis.

MinIO is optimized for large enterprise deployments, including features like erasure coding, bitrot protection, encryption/WORM, identity management, continuous replication, global federation, and multi-cloud deployments via gateway mode.

MinIO server is hardware agnostic and thus can be installed both on physical and virtual machines or launched as Docker containers and deployed on container orchestration platforms like Kubernetes.[8]

MinIO Client

MinIO Client provides an alternative to the standard UNIX commands (e.g. ls, cat, cp, mirror, diff, etc.) and adds support for Amazon S3 compatible cloud storage services. It works on Linux, Mac, and Windows platforms.[9]

MinIO Client SDK

MinIO Client SDK provides an API to access any Amazon S3 compatible object storage server.[10][failed verification] Language bindings are available for Go, Java, Python, JavaScript, Haskell, and languages hosted on top of the .NET Framework.

References

  1. "minio/minio at RELEASE.2016-03-11T03-45-50Z" (in en). https://github.com/minio/minio/releases/tag/RELEASE.2016-03-11T03-45-50Z. 
  2. "Releases - minio/minio". https://github.com/minio/minio/releases. 
  3. "Kubernetes storage: It’s object or nothing for MinIO | Computer Weekly" (in en). https://www.computerweekly.com/news/366553212/Kubernetes-storage-Its-object-or-nothing-for-MinIO. 
  4. Miller, Ron (2023-05-15). "Hear how MinIO built a unicorn in object storage on top of Kubernetes and open source" (in en-US). https://techcrunch.com/2023/05/15/hear-how-minio-built-a-unicorn-in-object-storage-on-top-of-kubernetes-and-open-source/. 
  5. Mellor, Chris (2019-07-24). "Traditional file and block storage vendors are toast – Minio". https://blocksandfiles.com/2019/11/13/minio-benchmark-object-storage-speed-wars/. Retrieved 2021-10-17. 
  6. "MinIO fires fresh salvo in object storage speed wars". 13 November 2019. https://blocksandfiles.com/2019/11/13/minio-benchmark-object-storage-speed-wars/. 
  7. "Update license change for MinIO · minio/Minio@0694325". https://github.com/minio/minio/commit/069432566fcfac1f1053677cc925ddafd750730a#diff-c693279643b8cd5d248172d9c22cb7cf4ed163a3c98c8a3f69c2717edd3eacb7. 
  8. "Hyperscale ML with Kubeflow, MinIO, TensorFlow and Diamanti". 14 November 2020. https://diamanti.com/hyperscale-ml-with-kubeflow-minio-tensorflow-and-diamanti/. 
  9. "MinIO Quickstart Guide". 20 November 2021. https://github.com/minio/minio#binary-download. 
  10. Nicolas, Philippe (2016-07-15). "The History Boys: Object storage ... from the beginning" (in en). The Register. https://www.theregister.co.uk/2016/07/15/the_history_boys_cas_and_object_storage_map/. 

External links