Streaming Concepts
Flink’s Table API and SQL support are unified APIs for batch and stream processing. This means that Table API and SQL queries have the same semantics regardless whether their input is bounded batch input or unbounded stream input.
The following pages explain concepts, practical limitations, and stream-specific configuration parameters of Flink’s relational APIs on streaming data.
Where to go next?
- Dynamic Tables: Describes the concept of dynamic tables.
- Time attributes: Explains time attributes and how time attributes are handled in Table API & SQL.
- Versioned Tables: Describes the Temporal Table concept.
- Joins in Continuous Queries: Different supported types of Joins in Continuous Queries.
- Query configuration: Lists Table API & SQL specific configuration options.