Popularity
7.2
Growing
Activity
0.0
Stable
13
5
8
Monthly Downloads: 6
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.
-
snap-core
Core type definitions (Snap monad, HTTP types, etc) and utilities for web handlers. -
call-haskell-from-anything
Call Haskell functions from any programming language via serialization and dynamic libraries -
snap-server
A fast HTTP server library, which runs Snap web handlers. -
PortFusion
Haskell-powered cross-platform transport-layer distributed reverse / forward proxy & tunneling solution – currently available for all TCP protocols (RDP, VNC, HTTP(S), SSH, ...). -
network-transport-zeromq
ZeroMQ transport for distributed-process (aka Cloud Haskell) -
glirc
Haskell IRC library and console client - Join us on libera.chat #glirc -
HaskellNet
Haskell library which provides client support for POP3, SMTP, and IMAP protocols. -
ngx-export
A comprehensive web framework aimed at building custom Haskell handlers for the Nginx Web Server -
graphula
A simple interface for generating persistent data and linking its dependencies -
http-types
Generic HTTP types for Haskell (for both client and server code) -
secure-sockets
A library for making secure connections between servers. -
linklater
A Haskell library for the Slack API (including real-time messaging!)
Static code analysis for 29 languages.
Your projects are multi-language. So is SonarQube analysis. Find Bugs, Vulnerabilities, Security Hotspots, and Code Smells so you can release quality code every time. Get started analyzing your projects today for free.
Promo
www.sonarqube.org
* 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