Skip to content
This repository has been archived by the owner on Oct 19, 2021. It is now read-only.
Alexander Dean edited this page Sep 13, 2016 · 8 revisions

Overview

Kinesis Tee is like Unix tee, but for Kinesis streams. Use it to:

  1. Transform the format of a Kinesis stream
  2. Filter records from a Kinesis stream based on rules
  3. Write a Kinesis stream to another Kinesis stream

Rules to apply to your Kinesis stream (e.g. for filtering) are written in JavaScript.

For devops users

If you're looking to set up Kinesis Tee to connect two Kinesis streams in the same, or different regions - this guide is for you:

For developers

If you want to contribute a feature to Kinesis Tee, see here:

Clone this wiki locally