apache-flinkbenchmarkingapache-stormflink-streaming

Apache Flink vs Apache storm benchmark


Is there any real benchmarks between Apache Flink and apache storm in real time processing based on performance comparison ?

Also if I want to make this performance comparison and implement it by myself, is there any stream API (like twitter API) that offers high throughput than twitter and which is open source ?

Thank you !


Solution

  • There are some benchmarks for Stream Processing in general - but they are not always broadly applicable or accessible than the ones you can find for RDBMS.

    A main question that you should answer for yourself at first is: What exactly do you mean with performance? There are different metrics how to benchmark such a system.

    However, I will try here to list some benchmarking works, that helped me:

    As you see, Stream Processing has a high diversity in the way you can set-up and benchmark your systems...