Skip to content

raboof/strategies-for-streaming

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Strategies for Streaming

These are the slides for the 'Strategies for Streaming' talk.

The HTML version of the slides can be found at https://raboof.github.io/strategies-for-streaming .

There is also a recording of this talk at CurryOn 2018

Abstract

When a program must process many concurrent data streams, there is a number of general techniques available: for example you may use push or pull, and you may choose to use blocking threads or go asynchronous. In this talk we explore the design space and highlight a number of possible desirable properties of streaming systems. We show where the approach standardized in the Reactive Streams initiative falls in this spectrum, and look at a practical example using Akka Streams on the JVM

Building

Generate the slides for this task with sbt paradox. You will find them in target/paradox/site/main/index.html.

About

Slides for the 'Strategies for Streaming' talk

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published