streaming-conduit alternatives and similar packages
Based on the "streaming" category.
Alternatively, view streaming-conduit alternatives based on common mentions on social networks and blogs.
-
streaming
An optimized general monad transformer for streaming applications, with a simple prelude of functions -
streaming-bytestring
effectful sequences of bytes; an alternative no-lazy-io implementation of Data.ByteString.Lazy -
streaming-utils
experimental http, attoparsec and pipes material for `streaming` and `streaming-bytestring`
CodeRabbit: AI Code Reviews for Developers
Do you think we are missing an alternative of streaming-conduit or a related project?
README
streaming-conduit
Bidirectional support between the streaming and conduit libraries.
Motivation
The streaming library provides a rather elegant model of how to stream
data, with libraries providing support for features like
ByteString
s, PostgreSQL, network requests and others.
However, there are various other libraries you may wish to use that
represent data streaming as a Conduit
.
This library provides support to convert between these two models.