InfoQ Homepage Streaming Content on InfoQ
-
Reactive Front-Ends with RxJS and Angular
Sergi Almar introduces the fundamentals of RxJS, explaining how to manage data streams like UI events, async HTTP requests, and WebSockets / SSE in a uniform way.
-
Streaming Reactive Systems & Data Pipes w. Squbs
Anil Gursel and Akara Sucharitakul focus on modeling and building software that considers all input and all output as stream of events, and introducing Squbs.
-
Streaming SQL Foundations: Why I ❤ Streams+Tables
Tyler Akidau explores the relationship between the Beam Model and stream & table theory and explains what is required to provide robust stream processing support in SQL.
-
Next Steps in Stateful Streaming with Apache Flink
Stephan Ewan talks about how Apache Flink is making stateful stream processing even more expressive and flexible to support applications in streaming that were previously not considered streamable.
-
Drivetribe: A Social Network on Streams
Aris Koliopoulos talks about how common problems in social media can be resolved with a healthy mix of stream processing and functional programming.
-
Kafka Streams - from the Ground Up to the Cloud
Marius Bogoevici introduces the Kafka Streams API and the Kafka Streams processing engine, showing how to write and deploy Kafka Streams applications using Spring Cloud Stream.
-
Data Decisions with Real-Time Stream Processing
Serhat Yilmaz talks about how Facebook is using stream processing at scale, the difficulties they have encountered and the solutions they have created to date.
-
Streaming SQL Foundations: Why I ❤Streams+Tables
Tyler Akidau explores the relationship between the Beam Model and stream & table theory, stream processing in SQL with Apache Beam, Calcite, Flink, Kafka KSQL and Apache Spark’s Structured streaming.
-
The Power of Distributed Snapshots in Apache Flink
Stephan Ewen talks about how Apache Flink handles stateful stream processing and how to manage distributed stream processing & data driven applications efficiently with Flink's checkpoints&savepoints.
-
Panel: SQL over Streams, Ask the Experts
The panelists discuss the new generation of Stream Processing engines.
-
Survival of the Fittest - Streaming Architectures
Michael Hansen talks about the core principles that will stand the tests of streaming evolution, the potential pitfalls that we may stumble over on our path to streaming and how to avoid these.
-
Streaming for Personalization Datasets at Netflix
Shriya Arora discusses challenges faced with stream processing unbounded datasets, comparing microbatch with event-based approaches using Spark and Flink.