streamspooler

package module
v1.0.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 17, 2020 License: MIT Imports: 0 Imported by: 0

README

streamspooler

Clients pooler for AWS Kinesis and Firehose

Project that us using this package

Example for Firehose

fh := firehosePool.New(firehosePool.Config{
		StreamName:    "mystream",
		MaxWorkers:    10,
})
fh.C <- []byte("This a test message")

Documentation

Overview

Package streamspooler provides facilities for sending data to Kinesis or Firehose streams. With some options like concatenate many records in one put, group records in batches and control with autoscaling the clients to send this data to the stream.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL