Skip to content

Simple script to read data from kinesis using Python boto

Notifications You must be signed in to change notification settings

JoshLabs/kinesis-python-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

kinesis-python-example

Simple script to read data from kinesis using Python boto

Setup

pip install boto3 
pip install click

Usage

python kinesis_reader.py --help
python kinesis_reader.py <kinesis-stream_name> --limit=<limit>
python kinesis_reader.py <kinesis-stream_name> --limit=<limit> --timedelta=90

Using with AWS credentials

AWS_PROFILE=<profile_name> python kinesis_reader.py <kinesis-stream_name> --limit=<limit>

About

Simple script to read data from kinesis using Python boto

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages