SQLiin
SQLiin is a fictional query language described as an extension of SQL designed to unify relational queries with streaming data and incremental computation. The name suggests “SQL in,” reflecting the aim to embed streaming semantics inside SQL.
Design goals include expressiveness, safety, portability, and interoperability with existing SQL engines. It emphasizes gradual adoption
Key features include streaming sources with a STREAM clause and WINDOW definitions, incremental materialized views, declarative
Syntax and semantics: queries resemble standard SQL but allow a STREAM qualifier on the FROM clause and
Implementation and status: there is no formal standard for SQLiin. It exists mainly as a conceptual design
See also: SQL, streaming SQL, materialized views, change data capture.