February 2018
Intermediate to advanced
552 pages
13h 46m
English
Streaming data means generating huge amounts of data and analyzing, processing, and transforming it between the Source and Destination components in different stages. In Akka Streams terminology, we can say that in these stages, Source is Source only, Destination is Sink, and there is another component to perform operations (such as analyze, process, and transforming, and more) known as Flow.
Streaming data is also known as data streaming. As we discussed, we use the Akka Streams API for streaming data.
We will discuss these components one by one in depth in the coming sections.
Read now
Unlock full access