Popularity
7.0
Stable
Activity
0.0
Stable
11
4
8
Monthly Downloads: 11
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, ...). -
glirc
Haskell IRC library and console client - Join us on libera.chat #glirc -
network-transport-zeromq
ZeroMQ transport for distributed-process (aka Cloud Haskell) -
HaskellNet
Haskell library which provides client support for POP3, SMTP, and IMAP protocols. -
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) -
ngx-export
Nginx module for binding Haskell code in configuration files for great good! -
secure-sockets
A library for making secure connections between servers. -
linklater
A Haskell library for the Slack API (including real-time messaging!) -
HaskellNet-SSL
Helpers to connect to SSL/TLS mail servers with HaskellNet
Clean code begins in your IDE with SonarLint
Up your coding game and discover issues early. SonarLint is a free plugin that helps you find & fix bugs and security issues from the moment you start writing code. Install from your favorite IDE marketplace today.
Promo
www.sonarlint.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