gossiperl/gossiperl
{ "createdAt": "2014-11-28T23:00:00Z", "defaultBranch": "master", "description": "Gossip middleware in Erlang", "fullName": "gossiperl/gossiperl", "homepage": "http://gossiperl.com", "language": "Erlang", "name": "gossiperl", "pushedAt": "2021-09-30T05:47:46Z", "stargazersCount": 47, "topics": [], "updatedAt": "2025-10-29T18:36:19Z", "url": "https://github.com/gossiperl/gossiperl"}Gossip middleware
Section titled “Gossip middleware”Gossiperl is a language agnostic, Apache Thrift based gossip middleware and message bus.
Features:
Section titled “Features:”- language agnostic, communication via Apache Thrift interface
- running as a service on the host
- multiple overlays, applications may use their own overlays
- every overlay behaves like a separate application and may use different configuration
- security with AES-256 encryption, clients secured with their own secrets
- managed with a REST API
- multicast overlays
- IPv6
- simple publish/subscribe capabilities
Client libraries:
Section titled “Client libraries:”Documentation
Section titled “Documentation”Full documentation avaialable here.
Unit tests
Section titled “Unit tests”rebar clean get-deps compile && rebar eunit skip_deps=trueAuthor
Section titled “Author”Radoslaw Gruchalski radek@gruchalski.com https://github.com/radekg
License
Section titled “License”The MIT License (MIT)
Copyright (c) 2014 Radoslaw Gruchalski radek@gruchalski.com
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.