streaming-conduit: Bidirectional support between the streaming and conduit libraries

This is a package candidate release! Here you can preview how this package release will appear once published to the main package index (which can be accomplished via the 'maintain' link below). Please note that once a package has been published to the main package index it cannot be undone! Please consult the package uploading documentation for more information.

[maintain] [Publish]

Allow interoperability between the streaming and conduit data streaming ecosystems.


[Skip to Readme]

Properties

Versions 0.1.0.0, 0.1.1.0, 0.1.2.0, 0.1.2.1, 0.1.2.2, 0.1.2.2, 0.1.3.0
Change log ChangeLog.md
Dependencies base (>=4.6 && <5), bytestring, conduit (>=1.2.11 && <1.4), streaming (>=0.1.3.0 && <0.3), streaming-bytestring (>=0.1 && <0.2), transformers (>=0.2) [details]
License MIT
Copyright Ivan Lazar Miljenovic
Author Ivan Lazar Miljenovic
Maintainer Ivan.Miljenovic@gmail.com
Category Data, Streaming
Source repo head: git clone https://github.com/haskell-streaming/streaming-conduit.git
Uploaded by IvanMiljenovic at 2018-02-11T11:55:30Z

Modules

[Index]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees


Readme for streaming-conduit-0.1.2.2

[back to package description]

streaming-conduit

Hackage Build Status

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 ByteStrings, 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.