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

[ data, library, mit, streaming ] [ Propose Tags ]

Allow interoperability between the streaming and conduit data streaming ecosystems.


[Skip to Readme]

Modules

[Index]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 0.1.0.0, 0.1.1.0, 0.1.2.0, 0.1.2.1, 0.1.2.2, 0.1.3.0
Change log ChangeLog.md
Dependencies base (>=4.6 && <5), conduit (>=1.2.1 && <1.3), streaming (>=0.1.3.0 && <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/ivan-m/streaming-conduit.git
Uploaded by IvanMiljenovic at 2017-06-08T04:01:23Z
Distributions
Reverse Dependencies 3 direct, 1 indirect [details]
Downloads 3545 total (16 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2017-06-08 [all 1 reports]

Readme for streaming-conduit-0.1.0.0

[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.