minio-app/DESCRIPTION.md

30 lines
1.0 KiB
Markdown
Raw Permalink Normal View History

2022-03-22 16:21:29 +00:00
## About
2017-01-24 06:06:51 +00:00
Minio is a distributed object storage server built for cloud applications and devops.
2022-03-22 16:21:29 +00:00
## Features
2017-01-24 06:06:51 +00:00
2022-03-22 16:21:29 +00:00
### Amazon S3 Compatible
2017-01-24 06:06:51 +00:00
Minio implements Amazon S3 v4 APIs. Minio also includes client SDKs and a console utility.
2022-03-22 16:21:29 +00:00
### Minimalist Design
2017-01-24 06:06:51 +00:00
Minio is deeply influenced by minimalism. We believe that only simple things scale.
2022-03-22 16:21:29 +00:00
### Apache License 2.0
2017-01-24 06:06:51 +00:00
Minio is free software, released under Apache license v2.0. Minio has an active developer and user community.
2022-03-22 16:21:29 +00:00
### Lambda Functions
2017-01-24 06:06:51 +00:00
Minio triggers Lambda functions through event notification service. In addition Minio also supports simple queueing service for AMQP, Elasticsearch, Redis, NATS and Postgres targets.
2022-03-22 16:21:29 +00:00
### Erasure Code & Bitrot Protection
2017-01-24 06:06:51 +00:00
Minio protects data against hardware failures and silent data corruption using erasure code and checksums. You may lose half the number of drives and still recover from it.
2022-03-22 16:21:29 +00:00
### Written in Go
2017-01-24 06:06:51 +00:00
Go is an emerging language of choice for modern cloud infrastructure projects. Go language enables Minio to be highly concurrent and lightweight.