Skip to content

russellcardullo/kinesis-tail

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

kinesis-tail

Like running tail -F on a Kinesis stream!

This is very rough stage currently and many cases are not handled yet:

  • Capturing new shards after a reshard event
  • Dealing with closed shards
  • Many other error cases

Currently it's useful to quickly run things like tail | grep patterns on active streams for debugging.

Usage:

kinesis-tail [stream-name]

AWS Credentials should be configured under ~/.aws/credentials in the same manner you would if using the aws cli tools. For more information see: https://github.com/aws/aws-sdk-go#configuring-credentials

The region should be specified using the AWS_REGION environment variable. If no region is specified the tool will default to us-east-1.

About

tail -F for Kinesis streams

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages