From c625eb11a11c02ec32bb2e2348a26e95f34dfe58 Mon Sep 17 00:00:00 2001 From: Marius Stanca Date: Mon, 13 Jul 2020 17:16:38 +0300 Subject: [PATCH] Add new distributed storage --- .gitignore | 1 + README.md | 1 + 2 files changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 8d580d9..fdbbf88 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ .DS_Store +.vscode *.py[co] .mypy_cache/ diff --git a/README.md b/README.md index d960815..13020e1 100644 --- a/README.md +++ b/README.md @@ -87,6 +87,7 @@ A curated list of awesome DevOps tools, technologies, platforms and resources. T - [Gluster](https://www.gluster.org/) - free and open source software scalable network filesystem. - [LINBIT](https://www.linbit.com/en/) - create, remove, and replicate block storage devices for datacenter scale environments. - [XtreemFS](http://www.xtreemfs.org/) - fault-tolerant distributed file system for all storage needs. +- [min.io](https://min.io/) - high performance, distributed object storage system. ## Applications Platforms