Event (Timed Measure|Action)

Data System Architecture

Definition

An event is a timed observed physical reality described by:

  • space (location)
  • participant.

The observations describing the event are defined by the nature or physics of the observable, the observation model, and the observer.

An event is the result of an observation.

Event Conceptual Model

In business processing, a event is a row in fact table that has a time (dimension) to form time serie

Because events are immutable, they are the cornerstone of every analytics application.

Design system will threat Events as 1st class citizens.

In an event driven architecture:

Events are facts that tell a story.

Type

Event may be categorized by the fact that they follow:

Status / Lifecycle event

A lifecycle event is an event with a status that follows a status (ie state / lifecycle) such as in a business process

Free-form event

In a free-form event, there is no state.

Example:

The schema is fixed for a couple of fields such as:

  • event name
  • and timestamp

but is mostly unstructured (known as schema-on-read) meaning that:

  • The properties/attributes are not fixed and depend heavily on:
    • The code that creates them (a property may be added for the purpose of a report)
    • The properties may just be not available at the time, the event is created

Handler

An event handler is a function that process events,

Conceptual Model

  • Event model handles complex spatio-temporal reasoning and the semantic unification of heterogeneous multimedia
  • Event tagging incorporates humans in the event detection process

Event From Insight To Action

Concept

The ability to track event causality and consequences is an essential step toward online decision support and important challenge for new algorithms for event mining. In some cases the results of the algorithms can be directly applied to the system (for example the event based control algorithms).

Many monitoring problems can be also stated as the problem of detecting a change in the parameters of a system called event detection.

Another important concept are event processing networks (EPN) such networks consist of event processing agents called event sources, event processors and event viewers. EPN have been applied for computer network monitoring.

Sometimes, it is impossible to observe the events directly. In such cases the data are stored in databases in form of time series. This data represents observations of the system in selected points. The observations are analyzed by the system and alarms are generated in case of abrupt changes in the values of observations.

Documentation / Reference





Discover More
Sipoc
(Business) Process (BP) - Procedure

A business process is anatural process (ie versus machine process) where activities are performed in a organisation. Example business process : raw materials purchasing orders shipments invoicing...
Event Centric Thinking
(Stream|Pipe|Message Queue|Event Processing)

From an abstract point of view, a stream is a sequence of aninfinite cardinality (size) delivered at unknown time intervals. list Streams: are inputs and outputs of operations may be also buffers...
Data System Architecture
Data Analysis - Analytics Application

A analytics application is a application that analysis event.
Data System Architecture
Data Management - (Transaction|Request|Commit|Redo) Log

(Transaction|Request|commit) logs are structured log file store all changes made to the data as they occur. They permits the implementation of : transaction isolation undoable operation. recovery...
Thomas Bayes
Data Mining - Data Mining - (Data|Knowledge) Discovery - Statistical Learning

Data Mining can be defined as the automatic or semiautomatic task of extracting previously unknown information from a large quantity of data. Data mining try to discover in data unknown: unexpected...
Card Puncher Data Processing
Design Pattern - Observer (Publish-subscribe model|Pub Sub)

An observer makes a observation by creating an event and passing it to a callback method of the subscriber. The observer is also called a message broker because it dispatches the event (ie message) to...
Star Schema
Dimensional Data Modeling - Dimensional Schemas

This section is dimensional data modeling, That is the building of a cube (hypercube) A dimensional schema is a schema based on dimension. The dimensional schema can modeled: in a relational database...
Facts
Dimensional Data Modeling - Fact

A fact is a row in a fact table and represents an events. A fact table represents a serie of facts. fact In an event driven architecture,...
Star Schema
Dimensional Data Modeling - Fact Table

A fact table is a table that stores fact where a fact can be seen as the representation of an event. It's also known as: Transactional history Unalterable fact. (The content of this kind of table...
Star Schema
Dimensional Data Modeling - Grain

The grain is the combination of all lower hierarchy level of the descriptif attribute of a relation (table or query). If you query only a table, the unique key of this table is the grain If you query...



Share this page:
Follow us:
Task Runner