XUtils

gossiperl

Language agnostic gossip middleware and message bus written in Erlang.


Gossip middleware

Build status

Gossiperl is a language agnostic, Apache Thrift based gossip middleware and message bus.

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:

Documentation

Full documentation avaialable here.

Unit tests

rebar clean get-deps compile && rebar eunit skip_deps=true

Author

Radoslaw Gruchalski radek@gruchalski.com https://github.com/radekg


Articles

  • coming soon...