StreamSQL, the Glossary
StreamSQL is a query language that extends SQL with the ability to process real-time data streams.[1]
Table of Contents
16 relations: Anti–money laundering, Click path, Complex event processing, Data stream, Data stream management system, FIFO (computing and electronics), Markets in Financial Instruments Directive 2014, Michael Stonebraker, Monotonic function, Multiset, Network monitoring, Regulation NMS, Relation (database), SQL, Stream processing, Tuple.
Anti–money laundering
Anti-Money Laundering (AML) refers to a set of policies and practices to ensure that financial institutions and other regulated entities prevent, detect, and report financial crime and especially money laundering activities.
See StreamSQL and Anti–money laundering
Click path
A click path or clickstream is the sequence of hyperlinks one or more website visitors follows on a given site, presented in the order viewed.
Complex event processing
Event processing is a method of tracking and analyzing (processing) streams of information (data) about things that happen (events), and deriving a conclusion from them.
See StreamSQL and Complex event processing
Data stream
In connection-oriented communication, a data stream is the transmission of a sequence of digitally encoded signals to convey information.
Data stream management system
A data stream management system (DSMS) is a computer software system to manage continuous data streams.
See StreamSQL and Data stream management system
FIFO (computing and electronics)
Representation of a FIFO queue In computing and in systems theory, first in, first out (the first in is the first out), acronymized as FIFO, is a method for organizing the manipulation of a data structure (often, specifically a data buffer) where the oldest (first) entry, or "head" of the queue, is processed first.
See StreamSQL and FIFO (computing and electronics)
Markets in Financial Instruments Directive 2014
Markets in Financial Instruments Directive 2014, commonly known as MiFID 2 (Markets in financial instruments directive 2), is a legal act of the European Union (EU).
See StreamSQL and Markets in Financial Instruments Directive 2014
Michael Stonebraker
Michael Ralph Stonebraker (born October 11, 1943) is a computer scientist specializing in database systems.
See StreamSQL and Michael Stonebraker
Monotonic function
In mathematics, a monotonic function (or monotone function) is a function between ordered sets that preserves or reverses the given order.
See StreamSQL and Monotonic function
Multiset
In mathematics, a multiset (or bag, or mset) is a modification of the concept of a set that, unlike a set, allows for multiple instances for each of its elements.
Network monitoring
Network monitoring is the use of a system that constantly monitors a computer network for slow or failing components and that notifies the network administrator (via email, SMS or other alarms) in case of outages or other trouble.
See StreamSQL and Network monitoring
Regulation NMS
Regulation National Market System (or Reg NMS) is a 2005 US financial regulation promulgated and described by the Securities and Exchange Commission (SEC) as "a series of initiatives designed to modernize and strengthen the National Market System for equity securities".
See StreamSQL and Regulation NMS
Relation (database)
In database theory, a relation, as originally defined by E. F. Codd, is a set of tuples (d1,d2,...,dn), where each element dj is a member of Dj, a data domain.
See StreamSQL and Relation (database)
SQL
Structured Query Language (SQL) (pronounced S-Q-L; historically "sequel") is a domain-specific language used to manage data, especially in a relational database management system (RDBMS). StreamSQL and SQL are Query languages.
Stream processing
In computer science, stream processing (also known as event stream processing, data stream processing, or distributed stream processing) is a programming paradigm which views streams, or sequences of events in time, as the central input and output objects of computation.
See StreamSQL and Stream processing
Tuple
In mathematics, a tuple is a finite sequence or ordered list of numbers or, more generally, mathematical objects, which are called the elements of the tuple.