From e1cd697847cd47ce83378ebcdf26560ab90caf3d Mon Sep 17 00:00:00 2001 From: Scott Wallace Date: Mon, 28 Mar 2022 09:56:55 +0100 Subject: [PATCH] Updated the candidates --- candidates.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/candidates.md b/candidates.md index 011ce47..4645c75 100644 --- a/candidates.md +++ b/candidates.md @@ -17,6 +17,8 @@ Components to investigate and evaluate for fit and purpose. ## Storage * [SeaweedFS](https://github.com/chrislusf/seaweedfs) > ... an open-source, simple, and highly scalable distributed file system to store and serve billions of files fast. It is very similar to other file systems including, Ceph, GlusterFS, and HDFS. It can be easily integrated with the cloud and achieve both fast access time without any client-side changes. It has a rich set of features including, Automatic master servers failover, Automatic entry TTL expiration, Parallel processing, Handle large and small files, Low-latency access to any file, and many more. +* [Tahoe-LAFS](https://tahoe-lafs.readthedocs.io/en/latest/about-tahoe.html) + > ... a system that helps you to store files. You run a client program on your computer, which talks to one or more storage servers on other computers. When you tell your client to store a file, it will encrypt that file, encode it into multiple pieces, then spread those pieces out among multiple servers. The pieces are all encrypted and protected against modifications. Later, when you ask your client to retrieve the file, it will find the necessary pieces, make sure they haven’t been corrupted, reassemble them, and decrypt the result. ## Email * [poste.io](https://poste.io/)