Tech Tuesday with live coding

Tech Tuesday April 4, 2023 – watch the recorded seminar here

At NIRA they use Apache Flink to implement event-driven, distributed, fault tolerant, stateful real time stream processing. Stateful stream processing can be seen as an evolvement of classic stateful applications where compute and storage tiers are separated. An example would be an event driven application with its state located in a RDBMS/NoSQL database. With Apache Flink, state is colocated and deeply integrated with the application itself. This opens up opportunities to drastically reduce the complexity of the application and as a result lowering the cost. Another key concept of stream processing is that, in contrast to batch processing, output/results are naturally propagated in near real time, which can be important for use cases with low latency requirements.

Speaker: Thomas Eckestad