erlang-goldrush 0.2.0-3 source package in Ubuntu

Changelog

erlang-goldrush (0.2.0-3) unstable; urgency=medium

  * Updated debhelper compat version: 12
  * Updated Standards-Version: 4.5.0 (no changes needed)
  * Updated years in debian/copyright
  * Rules-Requires-Root: no

 -- Philipp Huebner <email address hidden>  Tue, 04 Feb 2020 20:51:39 +0100

Upload details

Uploaded by:
Ejabberd Packaging Team
Uploaded to:
Sid
Original maintainer:
Ejabberd Packaging Team
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Focal release universe misc

Downloads

File Size SHA-256 Checksum
erlang-goldrush_0.2.0-3.dsc 2.1 KiB ab5a80e3cb1b184333a96a03dfc7bebee26915cb249b130f36b1f7cb55d21137
erlang-goldrush_0.2.0.orig.tar.gz 25.3 KiB 74621753efbb420e293292d383db7cf84abfe18dff3adc4b8c825aeed9a75d45
erlang-goldrush_0.2.0-3.debian.tar.xz 3.0 KiB ceca06cc78fb303c2dba67008f632a65fae85d22ff53a30b7acdb89039c1b363

Available diffs

No changes file available.

Binary packages built by this source

erlang-goldrush: small Erlang app that provides fast event stream processing

 Goldrush is a small Erlang app that provides fast event stream processing
 .
 Features:
  * Event processing compiled to a query module
   - per module protected event processing statistics
   - query module logic can be combined for any/all filters
   - query module logic can be reduced to efficiently match event processing
  * Complex event processing logic
   - match input events with greater than (gt) logic
   - match input events with less than (lt) logic
   - match input events with equal to (eq) logic
   - match input events with wildcard (wc) logic
   - match input events with notfound (nf) logic
   - match no input events (null blackhole) logic
   - match all input events (null passthrough) logic
  * Handle output events
   - Once a query has been composed the output action can be overridden
     with an erlang function. The function will be applied to each
     output event from the query.