EticaAI / chatops-wg-data

Research on Data Lake philosophy & simplified interfaces as one way to make easier less specialized coworkers to bootstrap intelligent agents
https://github.com/fititnt/chatops-wg/issues/32
0 stars 0 forks source link

Minio (open source object storage server compatible with Amazon S3 APIs) #5

Open fititnt opened 6 years ago

fititnt commented 6 years ago

Link: https://github.com/minio/minio

Minio is an object storage server released under Apache License v2.0. It is compatible with Amazon S3 cloud storage service. It is best suited for storing unstructured data such as photos, videos, log files, backups and container / VM images. Size of an object can range from a few KBs to a maximum of 5TB.

Minio server is light enough to be bundled with the application stack, similar to NodeJS, Redis and MySQL.

fititnt commented 6 years ago

Some docs for more general use:

Also