Flink Sql Cookbook

The Apache Flink SQL Cookbook is a curated collection of examples, patterns, and use cases of Apache Flink SQL. Many of the recipes are completely self-contained and can be run in Ververica Platform as is.
Alternatives To Flink Sql Cookbook
Project NameStarsDownloadsRepos Using ThisPackages Using ThisMost Recent CommitTotal ReleasesLatest ReleaseOpen IssuesLicenseLanguage
Flink Sql Cookbook594
7 months ago3apache-2.0Dockerfile
The Apache Flink SQL Cookbook is a curated collection of examples, patterns, and use cases of Apache Flink SQL. Many of the recipes are completely self-contained and can be run in Ververica Platform as is.
Sql_server62
13 days ago15apache-2.0Ruby
Development repository for the sql_server cookbook
Dax Cookbook55
4 months ago1mit
DAX Cookbook, Published by Packt
Free Database Books26
5 years ago
My_blog23
4 years ago33gpl-3.0R
在 Issues 中建立的个人博客
Django_orm_pratice_project18
a year ago9Python
PyCon 2020 발표자료 포함
Sql Server 2017 Integration Services Cookbook14
4 months agomitC#
SQL Server 2017 Integration Services Cookbook, published by Packt
Data Paths11
21 days agomitPython
Mdx With Microsoft Sql Server 2016 Analysis Services Cookbook11
4 months agomitTSQL
Code repository for MDX with Microsoft SQL Server 2016 Analysis Services Cookbook by Packt
Etl With Azure Cookbook10
4 months ago1mitC#
ETL with Azure Cookbook, published by Packt
Alternatives To Flink Sql Cookbook
Select To Compare


Alternative Project Comparisons
Readme

Apache Flink SQL Cookbook

The Apache Flink SQL Cookbook is a curated collection of examples, patterns, and use cases of Apache Flink SQL. Many of the recipes are completely self-contained and can be run in Ververica Platform as is.

The cookbook is a living document. 🌱

Table of Contents

Foundations

  1. Creating Tables
  2. Inserting Into Tables
  3. Working with Temporary Tables
  4. Filtering Data
  5. Aggregating Data
  6. Sorting Tables
  7. Encapsulating Logic with (Temporary) Views
  8. Writing Results into Multiple Tables
  9. Convert timestamps with timezones

Aggregations and Analytics

  1. Aggregating Time Series Data
  2. Watermarks
  3. Analyzing Sessions in Time Series Data
  4. Rolling Aggregations on Time Series Data
  5. Continuous Top-N
  6. Deduplication
  7. Chained (Event) Time Windows
  8. Detecting Patterns with MATCH_RECOGNIZE
  9. Maintaining Materialized Views with Change Data Capture (CDC) and Debezium
  10. Hopping Time Windows
  11. Window Top-N
  12. Retrieve previous row value without self-join

Other Built-in Functions & Operators

  1. Working with Dates and Timestamps
  2. Building the Union of Multiple Streams
  3. Filtering out Late Data
  4. Overriding table options
  5. Expanding arrays into new rows
  6. Split strings into maps

User-Defined Functions (UDFs)

  1. Extending SQL with Python UDFs

Joins

  1. Regular Joins
  2. Interval Joins
  3. Temporal Table Join between a non-compacted and compacted Kafka Topic
  4. Lookup Joins
  5. Star Schema Denormalization (N-Way Join)
  6. Lateral Table Join

Former Recipes

  1. Aggregating Time Series Data (Before Flink 1.13)

About Apache Flink

Apache Flink is an open source stream processing framework with powerful stream- and batch-processing capabilities.

Learn more about Flink at https://flink.apache.org/.

License

Copyright 2020-2022 Ververica GmbH

Distributed under Apache License, Version 2.0.

Popular Cookbook Projects
Popular Sql Projects
Popular Learning Resources Categories
Related Searches

Get A Weekly Email With Trending Projects For These Categories
No Spam. Unsubscribe easily at any time.
Dockerfile
Sql
Table
Apache
Cookbook
Flink
Stream Processing