@hackage / aws-kinesis-client

A producer & consumer client library for AWS Kinesis

Latest0.4.0.2

About

Metadata

  • Last updated , by JonSterling
  • License Apache-2.0
  • Categories Cloud Computing
  • Maintained by: jon@jonmsterling.com

  • Lottery factor: 0

Links

Installation

This package uses the Custom cabal build type

Package Flags

Use the -f option with cabal commands to enable flags

    debug (off by default)

    Enable debug logging

Readme

This package provides a Producer client for bulk-writing messages to a Kinesis stream through a bounded queue, and a Consumer client for reading messages round-robin from all shards of a Kinesis stream. Additionally, a rudimentary CLI interface to the Consumer is provided.