Updated candidates

This commit is contained in:
Scott Wallace 2022-03-28 09:52:44 +01:00
parent 28f7741185
commit f5736a576d
Signed by: scott
GPG key ID: AA742FDC5AFE2A72

View file

@ -14,5 +14,14 @@ Components to investigate and evaluate for fit and purpose.
* [GNUNet](https://www.gnunet.org/en/about.html)
> ... an alternative network stack for building secure, decentralized and privacy-preserving distributed applications. Our goal is to replace the old insecure Internet protocol stack. Starting from an application for secure publication of files, it has grown to include all kinds of basic protocol components and applications towards the creation of a GNU internet.
## 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.
## Email
* [poste.io](https://poste.io/)
> Full stack mailserver solution with TLS support. POP3, SMTP, IMAP, RSPAMD, Clamav, Roundcube, SPF & DKIM with simple installation and web administration.
## Management
* [Nebula manager](https://nebula-orchestrator.github.io/) (not related to Slack's Nebula)
> ... a open source distributed Docker orchestrator designed for massive scales (tens of thousands of servers/worker devices), unlike Mesos/Swarm/Kubernetes it has the ability to have workers distributed on high latency connections (such as the internet) yet have the pods(containers) be managed centrally with changes taking affect (almost) immediately, this makes Nebula ideal for managing a vast cluster of servers\devices across the globe ...