Package: wnpp Severity: wishlist Owner: "Martín Ferrari" <tin...@debian.org>
* Package name : golang-github-weaveworks-mesh Version : 0+git20161024.3dd75b1 Upstream Author : Weaveworks Ltd. * URL : https://github.com/weaveworks/mesh * License : Apache-2.0 Programming Lang: go Description : go library to build distributed systems Mesh implements a gossip protocol that provide membership, unicast, and broadcast functionality with eventually-consistent semantics. In CAP terms, it is AP: highly-available and partition-tolerant. . Mesh works in a wide variety of network setups, including thru NAT and firewalls, and across clouds and datacenters. It works in situations where there is only partial connectivity, i.e. data is transparently routed across multiple hops when there is no direct connection between peers. It copes with partitions and partial network failure. It can be easily bootstrapped, typically only requiring knowledge of a single existing peer in the mesh to join. It has built-in shared-secret authentication and encryption. It scales to on the order of 100 peers, and has no dependencies. This package is a dependency for prometheus-alertmanager.