Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The 0.8 release changes the protocol fairly substantially. The new protocol is documented here.

Producer Daemon

Bruce Dory is a producer daemon that supports clients in various programming languages.  Clients write messages to Bruce's UNIX domain datagram socket in a simple binary format.  Bruce   Clients send messages to Dory using local interprocess communication.  Dory then takes full responsibility for reliable message delivery.  Monitoring   Monitoring infrastructure can query BruceDory's web interface for JSON-based status and data quality reports.

Maintainer: Dave Peterson
License: Apache v.2.0

https://github.com/ifwedspeterson/brucedory

Python

Pure Python implementation with full protocol support. Consumer and Producer implementations included, GZIP and Snappy compression supported.

...