MinIO

From Wikipedia, the free encyclopedia
MinIO Object Storage
Developer(s)MinIO, Inc
Initial release11 March 2016; 5 years ago (2016-03-11)[1]
Stable release
RELEASE.2022-01-07T06-01-38Z / 2022-01-07
Repository
Written inGo
TypeObject storage
LicenseGNU Affero GPL
Websitemin.io Edit this on Wikidata

MinIO is a High Performance Object Storage released under GNU Affero General Public License v3.0. It is API compatible with Amazon S3 cloud storage service. It can handle unstructured data such as photos, videos, log files, backups, and container images with (currently) the maximum supported object size of 5TB.[2]

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.

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

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). [5].

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 that can be used by application developers to interact with any Amazon S3 compatible server.

MinIO Server[]

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

Designed for high performance,[3] MinIO offers a suite of features that are specific to large enterprise deployments, these include erasure coding, bitrot protection, encryption/WORM, identity management, continuous replication, global federation, and multi-cloud deployments via gateway mode.

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

MinIO Client[]

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

MinIO Client SDK[]

MinIO Client SDK provides an API to access any Amazon S3 compatible object storage server.[8][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". GitHub.
  2. ^ "MinIO | Learn how to configure your MinIO server".
  3. ^ a b Mellor, Chris (2019-07-24). "Traditional file and block storage vendors are toast – Minio". blocksandfiles.com. Retrieved 2021-10-17.
  4. ^ "MinIO fires fresh salvo in object storage speed wars". 13 November 2019.
  5. ^ "Update license change for MinIO · minio/Minio@0694325". GitHub.
  6. ^ "Hyperscale ML with Kubeflow, MinIO, TensorFlow and Diamanti". 14 November 2020.
  7. ^ "MinIO Quickstart Guide". GitHub. 20 November 2021.
  8. ^ Nicolas, Philippe (2016-07-15). "The History Boys: Object storage ... from the beginning". The Register.

External links[]

Retrieved from ""