@hackage / streaming-conduit

Bidirectional support between the streaming and conduit libraries

Latest0.1.3.0

About

Metadata

  • Last updated , by OliverCharles
  • License MIT
  • Categories Streaming
  • Maintained by: Ivan.Miljenovic@gmail.com

  • Lottery factor: 0

Links

Installation

Tested Compilers

  1. 8.2.2
  2. 8.0.2

Readme

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.