Proceedings paper

Title:
Bobolang: a language for parallel streaming applications
Authors:
Z. Falt, D. Bednárek, M. Kruliš, J. Yaghob, F. Zavoral
Publication:
Proceedings of the 23rd international symposium on High-performance parallel and distributed computing
DOI:
Year:
2014
ISBN:
978-1-4503-2749-7
Link:

Abstract:
At present time, the programmers may choose from a number of streaming languages. They cover various aspects of the development process of streaming applications; however, specification of complex or runtime-dependent parts of the applications still remains a great challenge. We have analysed a large amount of requirements raised by the development of multiple data streaming parallel applications and proposed a novel language called Bobolang. It contains syntactic and semantic features which allow the programmer to naturally solve most of the problems, which we met in the design of streaming applications. The language is used to specify the structure of the whole application as well as the inner structure of each operator. Thanks to the properties of the language, Bobolang can create an optimized evaluation plan which is capable of making the best use of the available hardware resources. The language has been employed in several practical problems and it has proven itself to be a very powerful tool for the development of data-intensive parallel applications.

BibTeX:
@inproceedings{falt_bobolang_2014,
    title = {{Bobolang: a language for parallel streaming applications}},
    author = {Falt, Zbyněk and Bedná rek, David and Kruliš, Martin and Yaghob, Jakub and Zavoral, Filip},
    year = {2014},
    booktitle = {{Proceedings of the 23rd international symposium on High-performance parallel and distributed computing}},
    publisher = {Association for Computing Machinery},
    series = {{HPDC '14}},
    location = {New York, NY, USA},
    doi = {10.1145/2600212.2600711},
    isbn = {978-1-4503-2749-7},
    pages = {311--314},
    url = {https://doi.org/10.1145/2600212.2600711},
    shorttitle = {Bobolang},
}