×

Apache Flink Community China

6317 Reputation

Apache Flink Community China

Follow
Activities(50) Posts(121) Series(5) Areas of Expertise Following Followers
Areas of Expertise

Following (0)

See All

Followers (33)

See All

All You Need to Know About PyFlink

This article discusses the structure of a PyFlink job, operational mechanisms, performance optimization strategies, and future projections for PyFlink.

Performance Analysis and Tuning Guides for Hybrid Shuffle Mode

This article introduces how to optimize the performance of Hybrid Shuffle Mode with performance analysis and tuning guides.

How to Write Simple and Efficient Flink SQL

This article is compiled from Xiaolin He’s presentation at the 2022 Flink Forward Asia (FFA) Conference, discussing Flink SQL insight, best practices, and future works.

The Thinking and Design of a Quasi-Real-Time Data Warehouse with Stream and Batch Integration

This article explores the practice of stream-batch integrated Flink SQL based on data lakes and explores the expression consistency, result consistenc...

Generic Log-based Incremental Checkpoint - Performance Evaluation & Analytics

This blog post aims to provide a comprehensive analysis of GIC's advantages and disadvantages by conducting thorough experiments and analysis.

Apache Flink Table Store 0.3.0 Release Announcement

The Apache Flink community has released version 0.3.0 of the Flink Table Store, which includes many new features and improvements.

Announcement of the Release of Apache Flink 1.17

Apache Flink, a leading stream processing standard, has released version 1.17.0, which includes new features and improvements.

Flink Shuffle 3.0: Vision, Roadmap, and Progress

This article was compiled from a speech by Song Xintong (Wuzang) (an Alibaba Cloud Senior Technical Expert) during FFA 2022, discussing Flink Shuffle 3.

Flink 1.16: How Does Hive SQL Migrate to Flink SQL?

This article was compiled from a speech from the Apache Flink Meetup, discussing the release of Flink 1.16.

Streaming Data Warehouse Storage: Requirements and Architecture

This article discusses the requirements and architecture of streaming data warehouse storage.

Flink ML API: The Algorithmic Interface and Iterative Engine Designed for Real-Time Machine Learning

This article explains Flink ML API, its construction, and its use cases.

Flink CDC + OceanBase Data Integration Solution: Full Incremental Integration

This article introduces OceanBase and explains the application scenarios of Flink CDC and OceanBase.

Use Flink Hudi to Build a Streaming Data Lake Platform

This article discusses the basics of Apache Hudi, Flink Hudi integration, and use cases.

An In-Depth Analysis of Flink Fine-Grained Resource Management

This article thoroughly discusses Flink fine-grained management applicable scenarios.

Deconstructing Stream Storage - Pravega and Flink Build an End-to-End Big Data Pipeline

This article discusses stream storage and Pravega's performance architecture.

Flink State - Backend Improvements and Evolution in 2021

This article discusses updates and future outlooks from the Flink Forward Asia 2021 Core Technology Session.

New Generation Stream Computing and Fault Tolerance of Flink - Periodic Summary and Prospect

This article focuses on the high availability of Flink to discuss the core issues and technical selection of the new generation stream computing of Flink.

Improving speed and stability of checkpointing with generic log-based incremental checkpoints

In this article, we discuss several ways to improve the speed and stability of checkpointing with generic log-based incremental checkpoints.

Adaptive Batch Scheduler Automatically Decide Parallelism of Flink Batch Jobs

We introduce Apache Flink's adaptive batch scheduler and detail how it can automatically decide parallelism of Flink batch jobs.

Principle Analysis of Apache Flink CDC Batch and Stream Integration

This article focuses on the processing logic of Flink CDC.

Latest Comments

Dikky Ryan Pratama Commented on The Thinking and Design of a Quasi-Real-Time Data Warehouse with Stream and Batch Integration

Awesome!

5444248861672821 Commented on Streaming ETL for MySQL and Postgres with Flink CDC

Really Nice post! I have a question regarding the elasticsearch sql connector part, it seems like they don't have SSL options (like ca.crt file path...) in current connector, does anybody have any idea how to connect to ES as a sink with ssl?

Arman Ali Commented on Flink: How to Optimize SQL Performance Using Multiple-input Operators

Great!