Apache Flink
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Go to file
Chesnay Schepler 24c1954ceb [hotfix][docs] Fix git permission issue attempt #2 1 year ago
.github [hotfix][docs] Fix git permission issue attempt #2 1 year ago
.idea [hotfix] Revert accidentally committed change to `.idea/vcx.xml` as part of f6d09c5c01 2 years ago
.mvn [FLINK-25002][build] Add java 17 add-opens/add-exports JVM arguments 2 years ago
docs [FLINK-25055][network] Support listen and notify mechanism for remote partition request 1 year ago
flink-annotations [hotfix] Apply spotless 1 year ago
flink-architecture-tests [hotfix] Fix predicates test imports 1 year ago
flink-clients [FLINK-33080][runtime] Fix ‘state.checkpoint-storage’ not taking effect in job generation stage 1 year ago
flink-connectors [FLINK-33360][connector/common] Clean up finishedReaders after switch to next Enumerator 1 year ago
flink-container Update version to 1.19-SNAPSHOT 1 year ago
flink-contrib Update version to 1.19-SNAPSHOT 1 year ago
flink-core [FLINK-25055][network] Support listen and notify mechanism for remote partition request 1 year ago
flink-dist [FLINK-33329] Upgrade commons-compress to 1.24.0 1 year ago
flink-dist-scala Update version to 1.19-SNAPSHOT 1 year ago
flink-docs Update version to 1.19-SNAPSHOT 1 year ago
flink-dstl [FLINK-30863][state/changelog] Register local recovery files of changelog before notifyCheckpointComplete() 1 year ago
flink-end-to-end-tests [FLINK-32107][test] Adds retry to artifact downloads (#23528) 1 year ago
flink-examples [FLINK-33144][datastream]Deprecate Iteration API in DataStream 1 year ago
flink-external-resources Update version to 1.19-SNAPSHOT 1 year ago
flink-filesystems [FLINK-33329] Upgrade commons-compress to 1.24.0 1 year ago
flink-formats [FLINK-33329] Upgrade commons-compress to 1.24.0 1 year ago
flink-fs-tests [FLINK-32445][runtime] Refactors the closeAndCleanupAllData methods in BlobStoreService and HighAvailabilityServices (#23424) 1 year ago
flink-java [FLINK-32978][flink-core] Migrate the usage of RichFunction#open(Configuration parameters) to RichFunction#open(OpenContext openContext) 1 year ago
flink-kubernetes [FLINK-32978][flink-core] Migrate the usage of RichFunction#open(Configuration parameters) to RichFunction#open(OpenContext openContext) 1 year ago
flink-libraries [FLINK-32072][checkpoint] Create and wire FileMergingSnapshotManager with TaskManagerServices (#22890) 1 year ago
flink-metrics [FLINK-33318] Expose aggregated collector metrics and measure timeMsPerSecond 1 year ago
flink-optimizer Update version to 1.19-SNAPSHOT 1 year ago
flink-python [hotfix][python] Fix Kafka csv example 1 year ago
flink-queryable-state [FLINK-32978][flink-core] Migrate the usage of RichFunction#open(Configuration parameters) to RichFunction#open(OpenContext openContext) 1 year ago
flink-quickstart Update version to 1.19-SNAPSHOT 1 year ago
flink-rpc Update version to 1.19-SNAPSHOT 1 year ago
flink-runtime [FLINK-25055][network] Support listen and notify mechanism for remote partition request 1 year ago
flink-runtime-web [FLINK-33318] Expose aggregated collector metrics and measure timeMsPerSecond 1 year ago
flink-scala [FLINK-32182][build] Use original japicmp plugin 1 year ago
flink-state-backends [FLINK-33341][state] Add support for rescaling from local keyed state to RockDBIncrementalRestoreOperation. 1 year ago
flink-streaming-java [FLINK-25055][network] Support listen and notify mechanism for remote partition request 1 year ago
flink-streaming-scala [FLINK-32182][build] Use original japicmp plugin 1 year ago
flink-table [FLINK-32309][sql-gateway] Use independent resource manager for table environment (#22768) 1 year ago
flink-test-utils-parent [FLINK-33090][checkpointing] CheckpointsCleaner clean individual checkpoint states in parallel 1 year ago
flink-tests [FLINK-33246][tests] Add AutoRescalingITCase. 1 year ago
flink-walkthroughs Update version to 1.19-SNAPSHOT 1 year ago
flink-yarn [FLINK-32775][yarn] Add parent dir of files to classpath using yarn.provided.lib.dirs 1 year ago
flink-yarn-tests [FLINK-32978][flink-core] Migrate the usage of RichFunction#open(Configuration parameters) to RichFunction#open(OpenContext openContext) 1 year ago
licenses [FLINK-21193][docs] Update licenses 4 years ago
tools [FLINK-33342][ci] Adds target version to Java 17 CI build 1 year ago
.asf.yaml [hotfix][ci] Setup ML notifications for GHA 3 years ago
.editorconfig [FLINK-26553][build] Add scalafmt for formatting the Scala codebase 3 years ago
.git-blame-ignore-revs [FLINK-26553][build] Ignore scalafmt commit in .git-blame-ignore-revs 3 years ago
.gitignore [FLINK-32971][python] Add proper development version support in pyflink 1 year ago
.gitmodules [FLINK-21193][docs] Migrate Flink docs from Jekyll to Hugo 4 years ago
.scalafmt.conf [FLINK-26553][build] Add scalafmt for formatting the Scala codebase 3 years ago
LICENSE [FLINK-10987] Update source LICENSE & NOTICE files 6 years ago
NOTICE [hotfix] Update copyright NOTICE year to 2023 2 years ago
README.md [FLINK-32181][docs] Enforce Maven 3.8.6 as required version 1 year ago
azure-pipelines.yml [FLINK-32392][ci] Invalidate Maven repo cache on Azure every year to reduce its disk usage 2 years ago
mvnw [FLINK-26034][Build System] Add maven wrapper for Flink 3 years ago
mvnw.cmd [FLINK-26034][Build System] Add maven wrapper for Flink 3 years ago
pom.xml [FLINK-32182][build] Use original japicmp plugin 1 year ago

README.md

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/

Features

  • A streaming-first runtime that supports both batch processing and data streaming programs

  • Elegant and fluent APIs in Java and Scala

  • A runtime that supports very high throughput and low event latency at the same time

  • Support for event time and out-of-order processing in the DataStream API, based on the Dataflow Model

  • Flexible windowing (time, count, sessions, custom triggers) across different time semantics (event time, processing time)

  • Fault-tolerance with exactly-once processing guarantees

  • Natural back-pressure in streaming programs

  • Libraries for Graph processing (batch), Machine Learning (batch), and Complex Event Processing (streaming)

  • Built-in support for iterative programs (BSP) in the DataSet (batch) API

  • Custom memory management for efficient and robust switching between in-memory and out-of-core data processing algorithms

  • Compatibility layers for Apache Hadoop MapReduce

  • Integration with YARN, HDFS, HBase, and other components of the Apache Hadoop ecosystem

Streaming Example

case class WordWithCount(word: String, count: Long)

val text = env.socketTextStream(host, port, '\n')

val windowCounts = text.flatMap { w => w.split("\\s") }
  .map { w => WordWithCount(w, 1) }
  .keyBy("word")
  .window(TumblingProcessingTimeWindow.of(Time.seconds(5)))
  .sum("count")

windowCounts.print()

Batch Example

case class WordWithCount(word: String, count: Long)

val text = env.readTextFile(path)

val counts = text.flatMap { w => w.split("\\s") }
  .map { w => WordWithCount(w, 1) }
  .groupBy("word")
  .sum("count")

counts.writeAsCsv(outputPath)

Prerequisites for building Flink:

  • Unix-like environment (we use Linux, Mac OS X, Cygwin, WSL)
  • Git
  • Maven (we require version 3.8.6)
  • Java 8 or 11 (Java 9 or 10 may work)
git clone https://github.com/apache/flink.git
cd flink
./mvnw clean package -DskipTests # this will take up to 10 minutes

Flink is now installed in build-target.

The Flink committers use IntelliJ IDEA to develop the Flink codebase. We recommend IntelliJ IDEA for developing projects that involve Scala code.

Minimal requirements for an IDE are:

  • Support for Java and Scala (also mixed projects)
  • Support for Maven with Java and Scala

IntelliJ IDEA

The IntelliJ IDE supports Maven out of the box and offers a plugin for Scala development.

Check out our Setting up IntelliJ guide for details.

Eclipse Scala IDE

NOTE: From our experience, this setup does not work with Flink due to deficiencies of the old Eclipse version bundled with Scala IDE 3.0.3 or due to version incompatibilities with the bundled Scala version in Scala IDE 4.4.1.

We recommend to use IntelliJ instead (see above)

Support

Dont hesitate to ask!

Contact the developers and community on the mailing lists if you need any help.

Open an issue if you find a bug in Flink.

Documentation

The documentation of Apache Flink is located on the website: https://flink.apache.org or in the docs/ directory of the source code.

Fork and Contribute

This is an active open-source project. We are always open to people who want to use the system or contribute to it. Contact us if you are looking for implementation tasks that fit your skills. This article describes how to contribute to Apache Flink.

About

Apache Flink is an open source project of The Apache Software Foundation (ASF). The Apache Flink project originated from the Stratosphere research project.