How to Install and Uninstall erlang-goldrush Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 21,2024

1. Install "erlang-goldrush" package

This guide let you learn how to install erlang-goldrush on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install erlang-goldrush

2. Uninstall "erlang-goldrush" package

Here is a brief guide to show you how to uninstall erlang-goldrush on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove erlang-goldrush $ sudo apt autoclean && sudo apt autoremove

3. Information about the erlang-goldrush package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: erlang-goldrush
Priority: optional
Section: universe/libs
Installed-Size: 101
Maintainer: Ubuntu Developers
Original-Maintainer: Philipp Huebner
Architecture: amd64
Version: 0.1.8-1
Depends: erlang-base | erlang-abi-17.0, erlang-base (>= 1:18.0-dfsg) | erlang-base-hipe (>= 1:18.0-dfsg), erlang-syntax-tools (>= 1:18.0-dfsg)
Filename: pool/universe/e/erlang-goldrush/erlang-goldrush_0.1.8-1_amd64.deb
Size: 53990
MD5sum: 82a081f8599f94c7a7a19ea351c7c579
SHA1: 99bf62d0092a2e823ae9e4344b398063f1045c9f
SHA256: c31abb61f72f224990dc444c49a3866f758fe7d4442fae782701a76787162d18
Description-en: 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.
Description-md5: 54fb5baf203ce3092b5c711277e52ac0
Homepage: https://github.com/DeadZen/goldrush
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu