eventr: Create Event Based Data Architectures

Event-driven programming is a programming paradigm where the flow of execution is defined by event. In this paradigm an event can be defined as "a change in the state" of an object. This package offers a set of functions for creating event-based architectures using three basic functions: events, dispatchers, and handlers. The handlers manage the events, the dispatchers are in charge of redirecting the events to each of the handlers, finally the events are the objects that carry the information about the change of state.

Getting started

Package details

AuthorAlvaro Franquet [aut, cre], Maria Antonia Barceló [aut] (<https://orcid.org/0000-0001-9720-690X>), Marc Saez [aut] (<https://orcid.org/0000-0003-1882-0157>), Pere Plaja [aut]
MaintainerAlvaro Franquet <afranquet@salutemporda.cat>
LicenseGPL-3
Version1.0.0
Package repositoryView on CRAN
Installation Install the latest version of this package by entering the following in R:
install.packages("eventr")

Try the eventr package in your browser

Any scripts or data that you put into this service are public.

eventr documentation built on July 8, 2020, 7:32 p.m.