Operational stream processing

Towards scalable and consistent event-driven applications

Conference Paper (2019)
Author(s)

Asterios Katsifodimos (TU Delft - Web Information Systems)

Marios Fragkoulis (TU Delft - Web Information Systems)

Research Group
Web Information Systems
Copyright
© 2019 A Katsifodimos, M. Fragkoulis
DOI related publication
https://doi.org/10.5441/002/edbt.2019.86
More Info
expand_more
Publication Year
2019
Language
English
Copyright
© 2019 A Katsifodimos, M. Fragkoulis
Research Group
Web Information Systems
Volume number
2019-March
Pages (from-to)
682-685
ISBN (electronic)
978-3-89318-081-3
Reuse Rights

Other than for strictly personal use, it is not permitted to download, forward or distribute the text or part of it, without the consent of the author(s) and/or copyright holder(s), unless the work is under an open content license such as Creative Commons.

Abstract

In the last decade we are witnessing a widespread adoption of architectural styles such as microservices, for building event-driven software applications and deploying them in cloud infrastructures. Such services favor the separation of a database into independent silos of data, each of which is owned entirely by a single service. As a result, traditional oltp systems no longer fit the architectural picture and developers often turn to ad-hoc solutions that rarely support acid transaction consistency. At the same time, we are witnessing the gradual maturation of distributed streaming dataflow systems. These systems nowadays have departed from the mere analysis of streaming windows and complex-event processing, employing sophisticated methods for managing state, keeping it consistent, and ensuring exactly-once processing guarantees in the presence of failures. The goal of this paper is threefold. First, we illustrate the requirements of stateful software services in terms of consistency and scalability. Second, we present how well existing solutions meet those requirements. Finally, we outline a set of challenging problems and propose research directions for enabling event-driven applications to be developed on top of streaming dataflow systems. We strongly believe that streaming dataflows can have a central place in service-oriented architectures, taking over the execution of acid transactions, ensuring message delivery and processing, in order to perform scalable execution of services.