Skip to main content

Redirects stdin to Amazon Kinesis Firehose.

Project description

Build Status Code Coverage Status

Redirects stdin to Amazon Kinesis Firehose.

The application submits each record one at a time, which limits the throughput. A future version might batch records together for performance, but until then beware of using high throughput streams (15 records per second or more). Running from within EC2 will allow higher throughput.

Installation

Install into a virtualenv.

$ pip install --editable .

Usage

Pipe newline separated records into hydrant, which will send each record to the delivery stream:

$ producer | hydrant my-firehose-stream

Specify a region if not using us-east-1:

$ producer | hydrant --region='us-west-2' my-firehose-stream

Read the help text for more information:

$ hydrant --help

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

hydrant-0.3.0.tar.gz (2.6 kB view hashes)

Uploaded Source

Built Distribution

hydrant-0.3.0-py2.py3-none-any.whl (4.6 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page