Data stream management system, the Glossary
A data stream management system (DSMS) is a computer software system to manage continuous data streams.[1]
Table of Contents
17 relations: Complex event processing, Data stream, Database, FIFO (computing and electronics), Hortonworks, Information retrieval, Java (programming language), Nested loop join, Open-source software, Query optimization, Relational algebra, Relational data stream management system, Sort-merge join, SQL, Stream processing, StreamSQL, University of Wisconsin–Madison.
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 Data stream management system 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 and data stream are big data.
See Data stream management system and Data stream
Database
In computing, a database is an organized collection of data or a type of data store based on the use of a database management system (DBMS), the software that interacts with end users, applications, and the database itself to capture and analyze the data.
See Data stream management system and Database
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 Data stream management system and FIFO (computing and electronics)
Hortonworks
Hortonworks was a data software company based in Santa Clara, California that developed and supported open-source software (primarily around Apache Hadoop) designed to manage big data and associated processing.
See Data stream management system and Hortonworks
Information retrieval
Information retrieval (IR) in computing and information science is the task of identifying and retrieving information system resources that are relevant to an information need.
See Data stream management system and Information retrieval
Java (programming language)
Java is a high-level, class-based, object-oriented programming language that is designed to have as few implementation dependencies as possible.
See Data stream management system and Java (programming language)
Nested loop join
A nested loop join is a naive algorithm that joins two relations by using two nested loops.
See Data stream management system and Nested loop join
Open-source software
Open-source software (OSS) is computer software that is released under a license in which the copyright holder grants users the rights to use, study, change, and distribute the software and its source code to anyone and for any purpose.
See Data stream management system and Open-source software
Query optimization
Query optimization is a feature of many relational database management systems and other databases such as NoSQL and graph databases.
See Data stream management system and Query optimization
Relational algebra
In database theory, relational algebra is a theory that uses algebraic structures for modeling data, and defining queries on it with well founded semantics.
See Data stream management system and Relational algebra
Relational data stream management system
A relational data stream management system (RDSMS) is a distributed, in-memory data stream management system (DSMS) that is designed to use standards-compliant SQL queries to process unstructured and structured data streams in real-time. Data stream management system and relational data stream management system are data management.
See Data stream management system and Relational data stream management system
Sort-merge join
The sort-merge join (also known as merge join) is a join algorithm and is used in the implementation of a relational database management system.
See Data stream management system and Sort-merge join
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).
See Data stream management system and SQL
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 Data stream management system and Stream processing
StreamSQL
StreamSQL is a query language that extends SQL with the ability to process real-time data streams.
See Data stream management system and StreamSQL
University of Wisconsin–Madison
The University of Wisconsin–Madison (University of Wisconsin, Wisconsin, UW, UW–Madison, or simply Madison) is a public land-grant research university in Madison, Wisconsin, United States.
See Data stream management system and University of Wisconsin–Madison
References
[1] https://en.wikipedia.org/wiki/Data_stream_management_system
Also known as Continuous query, DSMS, Data-stream management system.