GMAP / DSPBench

a suite of benchmark applications for distributed data stream processing systems
MIT License
27 stars 3 forks source link

Implementation for Flink and Spark is missing #2

Open FraBle opened 3 years ago

FraBle commented 3 years ago

The folder dspbench-flink and dspbench-spark are exact copies of dspbench-storm.

~/P/DSPBench » git diff --no-index dspbench-flink dspbench-storm
~/P/DSPBench » git diff --no-index dspbench-spark dspbench-storm
~/P/DSPBench »

Can you provide the source code for Spark (and Flink) to reproduce the paper results? 🙏

mayconbordin commented 3 years ago

I will do a refactor of the project and add the missing parts, first I need to fix some build issues.

guillaumerosinosky commented 2 years ago

Hello and thank you for the great paper and the great work! Could you give some insight on when Flink support will be available? Note that depending on the advancement I can help a bit on this side in the future (with some PR), as we are interested in using your bench in our work.

dalvangriebler commented 2 years ago

@guillaumerosinosky we are planning to release a Flink and SPark version by July 2022. Thank you for your interest. We are hard-working on this project.

dalvangriebler commented 2 months ago

Hi @guillaumerosinosky, we just provided the Flink version for the applications. The Spark version is still under development. Partial versions were integrated into the master branch.