Skip to content

bb4242/babble

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Distributed pub/sub in Elixir

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages