From f5736a576d3486c6294086040bac717c226fd0f9 Mon Sep 17 00:00:00 2001 From: Scott Wallace Date: Mon, 28 Mar 2022 09:52:44 +0100 Subject: [PATCH] Updated candidates --- candidates.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/candidates.md b/candidates.md index aa8afb4..011ce47 100644 --- a/candidates.md +++ b/candidates.md @@ -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 ...