SkillAgentSearch skills...

Runlet

Event stream query and flow control

Install / Use

/learn @msantos/Runlet
About this skill

Quality Score

0/100

Category

Operations

Supported Platforms

Universal

README

Runlet

Package Version Hex Docs

A job command language for querying and enforcing flow control on event streams. runlet is a library used for event notifications in monitoring systems.

runlets are light weight processes connecting to an event source similar to a shell pipeline. The output of a runlet can be temporarily stopped or terminated using job control commands.

An event source could be a monitoring system like Riemann or the standard output of a containerized system process.

The event stream is piped through commands to transform and rate limit events before being outputted.

Installation

Add runlet to your list of dependencies in mix.exs:

def deps do
  [{:runlet, git: "https://github.com/msantos/runlet.git"}]
end
View on GitHub
GitHub Stars7
CategoryOperations
Updated3d ago
Forks1

Languages

Elixir

Security Score

90/100

Audited on Mar 27, 2026

No findings