You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After a system has been running for a while, we might want to manually read all of its messages to transform the data in some way. For example:
Creating a Livebook Chart with information about the amount of events of each type in a single Stream
Transform the data from multiple streams into a single new stream
Proposal
Implement a 'StreamReader' module that provides an API for reading all the messages from a Stream. It should provide an API for using it as a Elixir's Stream, allowing it to be connected with other features, such as Flow and GenStage.
The text was updated successfully, but these errors were encountered:
StreamReader
Motivation
After a system has been running for a while, we might want to manually read all of its messages to transform the data in some way. For example:
Proposal
Implement a 'StreamReader' module that provides an API for reading all the messages from a Stream. It should provide an API for using it as a Elixir's
Stream
, allowing it to be connected with other features, such asFlow
andGenStage
.The text was updated successfully, but these errors were encountered: