Skip to content

syntomic/qflink

Repository files navigation

QFlink: Your Quest into Flink Applications

Requirement

  • Java 11

Quick Start

Module

Branch

  • flink.version

Unix Philosophy

  • Keep it simple, stupid
  • Make it run, then make it right, then make it fast

Articles

Dive into Deep

  • Flink State:RocksDB

  • Flink Checkpoint

    • Barrier travel time and alignment, addressed by Unaligned checkpoints and Buffer debloating
    • Snapshot creation time (so-called synchronous phase), addressed by asynchronous snapshots
    • Snapshot upload time (asynchronous phase), addressed by changelog
  • Flink DataStream:StreamGraph

  • Flink SQL:Lineage

Data Lifecycle

  • Data Generation/Collection

    • Flink CDC
  • Data Storage

    • Apache Paimon
  • Data Process

    • Apache Flink
  • Data Application

  • Data Management

About

Your Quest into Flink Applications

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published