Popularity
6.9
Declining
Activity
0.0
Stable
13
4
8
Monthly Downloads: 1
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.
-
call-haskell-from-anything
Call Haskell functions from any programming language via serialization and dynamic libraries -
PortFusion
Haskell-powered cross-platform transport-layer distributed reverse / forward proxy & tunneling solution – currently available for all TCP protocols (RDP, VNC, HTTP(S), SSH, ...). -
ngx-export
A comprehensive web framework aimed at building custom Haskell handlers for the Nginx Web Server
CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
Promo
coderabbit.ai

* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest.
Do you think we are missing an alternative of riemann or a related project?
README
A Riemann Client for Haskell
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 theHasQuery
class
- Parser/PrettyPrinter combination to form an