Skip to content
Snippets Groups Projects
Commit ea196875 authored by Sören Henning's avatar Sören Henning
Browse files

Adjust Readme for Flink implementations

parent 75a53cd4
No related branches found
No related tags found
No related merge requests found
Pipeline #2413 passed
...@@ -6,7 +6,7 @@ Theodolite is a framework for benchmarking the horizontal and vertical scalabili ...@@ -6,7 +6,7 @@ Theodolite is a framework for benchmarking the horizontal and vertical scalabili
## Theodolite Benchmarks ## Theodolite Benchmarks
Theodolite contains 4 application benchmarks, which are based on typical use cases for stream processing within microservices. For each benchmark, a corresponding workload generator is provided. Currently, this repository provides benchmark implementations for Apache Kafka Streams. Benchmark implementation for Apache Flink are currently under development and can be found in the *apache-flink* branch of this repository. The benchmark sources can be found in [Thedolite benchmarks](benchmarks). Theodolite contains 4 application benchmarks, which are based on typical use cases for stream processing within microservices. For each benchmark, a corresponding workload generator is provided. Currently, this repository provides benchmark implementations for Apache Kafka Streams and Apache Flink. The benchmark sources can be found in [Thedolite benchmarks](benchmarks).
## Theodolite Execution Framework ## Theodolite Execution Framework
......
...@@ -6,6 +6,8 @@ in realistic execution environments, some third-party components are [required]( ...@@ -6,6 +6,8 @@ in realistic execution environments, some third-party components are [required](
After everything is installed and configured, you can move on the [execution of After everything is installed and configured, you can move on the [execution of
benchmarks](#execution). benchmarks](#execution).
*Note: The currently released version of Theodolite only allows running Kafka Streams benchmarks. With the upcoming release `0.5`, we plan to support arbitrary stream processing engines, in particular, our already available implementations for Apache Flink. To already run them now, please contact us.*
## Installation ## Installation
For executing benchmarks, access to a Kubernetes cluster is required. If you already run other applications inside your For executing benchmarks, access to a Kubernetes cluster is required. If you already run other applications inside your
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment