This document provides a summary of a presentation about Akka streams. It discusses Reactive Streams, which is a standard for asynchronous stream processing with non-blocking back pressure. It provides examples of building stream processing graphs with Akka Streams in just a few lines of code to transform and process data from sources to sinks. It also gives a more complex example of processing sensor measurements from a web socket connection and writing the data to a database.