title: Apache Flink Documentation type: docs bookToc: false aliases:

  • /examples/index.html
  • /getting-started/examples/index.html

Apache Flink Documentation

{{< center >}} Apache Flink is a framework and distributed processing engine for stateful computations over unbounded and bounded data streams. Flink has been designed to run in all common cluster environments perform computations at in-memory speed and at any scale. {{< /center >}}

{{< columns >}}

Try Flink

If you’re interested in playing around with Flink, try one of our tutorials:

  • [Fraud Detection with the DataStream API]({{< ref “docs/try-flink/datastream” >}})
  • [Real Time Reporting with the Table API]({{< ref “docs/try-flink/table_api” >}})
  • [Intro to PyFlink]({{< ref “docs/dev/python/overview” >}})
  • [Flink Operations Playground]({{< ref “docs/try-flink/flink-operations-playground” >}})

Learn Flink

  • To dive in deeper, the [Hands-on Training]({{< ref “docs/learn-flink/overview” >}}) includes a set of lessons and exercises that provide a step-by-step introduction to Flink.

  • The [Concepts]({{< ref “docs/concepts/overview” >}}) section explains what you need to know about Flink before exploring the reference documentation.

Get Help with Flink

If you get stuck, check out our community support resources. In particular, Apache Flink’s user mailing list is consistently ranked as one of the most active of any Apache project, and is a great way to get help quickly.

<--->

Explore Flink

The reference documentation covers all the details. Some starting points:

{{< columns >}}

  • [DataStream API]({{< ref “docs/dev/datastream/overview” >}})
  • [Table API & SQL]({{< ref “docs/dev/table/overview” >}})
  • Stateful Functions

<--->

  • [Configuration]({{< ref “docs/deployment/config” >}})
  • [Rest API]({{< ref “docs/ops/rest_api” >}})
  • [CLI]({{< ref “docs/deployment/cli” >}}) {{< /columns >}}

Deploy Flink

Before putting your Flink job into production, read the [Production Readiness Checklist]({{< ref “docs/ops/production_ready” >}}). For an overview of possible deployment targets, see [Clusters and Deployments]({{< ref “docs/deployment/overview” >}}).

Upgrade Flink

Release notes cover important changes between Flink versions. Please read them carefully if you plan to upgrade your Flink setup.

See the release notes for [Flink 1.13]({{< ref “/release-notes/flink-1.13.md” >}}), [Flink 1.12]({{< ref “/release-notes/flink-1.12.md” >}}), [Flink 1.11]({{< ref “/release-notes/flink-1.11.md” >}}), [Flink 1.10]({{< ref “/release-notes/flink-1.10.md” >}}), [Flink 1.9]({{< ref “/release-notes/flink-1.9.md” >}}), [Flink 1.8]({{< ref “/release-notes/flink-1.8.md” >}}), or [Flink 1.7]({{< ref “/release-notes/flink-1.7.md” >}}).

{{< /columns >}}