[hotfix] Improve instructions to update playgrounds.

This closes #5.
2 files changed
tree: 46ef9338f4d1b5ecd9c67ea723630b4453417b7c
  1. docker/
  2. operations-playground/
  3. .gitignore
  4. howto-update-playgrounds.md
  5. LICENSE
  6. README.md
README.md

Apache Flink Playgrounds

This repository provides playgrounds to quickly and easily explore Apache Flink's features.

The playgrounds are based on docker-compose environments. Each subfolder of this repository contains the docker-compose setup of a playground, except for the ./docker folder which contains code and configuration to build custom Docker images for the playgrounds.

Available Playgrounds

Currently, the following playgrounds are available:

  • The Flink Operations Playground in the (operations-playground folder) lets you explore and play with Flink‘s features to manage and operate stream processing jobs. You can witness how Flink recovers a job from a failure, upgrade and rescale a job, and query job metrics. The playground consists of a Flink cluster, a Kafka cluster and an example Flink job. The playground is presented in detail in the “Getting Started” guide of Flink’s documentation.

  • The interactive SQL playground is still under development and will be added shortly.

About

Apache Flink is an open source project of The Apache Software Foundation (ASF).

Flink is distributed data processing framework with powerful stream and batch processing capabilities. Learn more about Flink at http://flink.apache.org/