erlang-goldrush 0.1.9-4 source package in Ubuntu

Changelog

erlang-goldrush (0.1.9-4) unstable; urgency=medium

  * Set Maintainer: Ejabberd Packaging Team <email address hidden>
  * Set Uploaders: Philipp Huebner <email address hidden>
  * Updated Vcs-* fields in debian/control for salsa.debian.org
  * Updated years in debian/copyright
  * Updated Standards-Version: 4.1.3 (no changes needed)

 -- Philipp Huebner <email address hidden>  Thu, 04 Jan 2018 11:37:41 +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
Bionic release universe misc

Downloads

File Size SHA-256 Checksum
erlang-goldrush_0.1.9-4.dsc 2.0 KiB 7efd2e25f1bd0a4e780965e45457966d8087df7e0bc1b97b1336490b40349a46
erlang-goldrush_0.1.9.orig.tar.gz 24.3 KiB 67bdce7a0993859f7fb58c7241d30716b68743f620d49c431b786b0135887a81
erlang-goldrush_0.1.9-4.debian.tar.xz 2.7 KiB 48e68138d5c3f374d54eab7fe58c97951c9a6ed68ff7c03f44cd2d38af63e20b

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.