Popularity
7.1
Stable
Activity
0.0
Stable
13
5
8

Monthly Downloads: 10
Programming language: Haskell
License: MIT License
Tags: Network    
Latest version: v0.1.1.0

riemann alternatives and similar packages

Based on the "Networking" category.
Alternatively, view riemann alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of riemann or a related project?

Add another 'Networking' Package

README

A Riemann Client for Haskell

Build Status

Nothing too fancy here yet. I might call this Zeta as well if it's not too confusing with previous designs at https://github.com/reifyhealth/zeta.

Todos

  • Batched event transmissions
    • Using a worker thread
    • Using an efficient builder
  • Msg delivery over TCP
  • RiemannT API design
    • Unified API for UDP/asynch/cheap messages versus TCP/synch/guaranteed messages
  • Background thread deliving RTS events to a client
  • Better tests and documentation
  • Eliminate the lens dependency (perhaps?)
  • Query language support (see branch dev-queries)
    • Parser/PrettyPrinter combination to form an iso on the HasQuery class