Skip to content

Latest commit

 

History

History
36 lines (28 loc) · 1.23 KB

README.md

File metadata and controls

36 lines (28 loc) · 1.23 KB

Babble

Build status badge Code coverage badge

TODO: Add description

Installation

If available in Hex, the package can be installed by adding babble to your list of dependencies in mix.exs:

def deps do
  [
    {:babble, "~> 0.1.0"}
  ]
end

Documentation can be generated with ExDoc and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/babble.

TODO

  • Honor :rate parameter of Babble.subscribe (rate decimation)
  • Remote publication (native transport)
  • Remote publication (UDP multicast transport)
  • Efficient message format
    • Message keys published separately from message values
    • Compression
    • HMAC based on node cookie to filter messages from other node clusters
  • Message timestamps
    • Honor :stale_time parameter of Babble.poll
  • Multi-node test suite