Updated the candidates
This commit is contained in:
parent
f5736a576d
commit
e1cd697847
|
@ -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/)
|
||||
|
|
Loading…
Reference in a new issue