Skip to content

suhasbhairav/twitter-to-kinesis

 
 

Repository files navigation

Build Status

twitter-to-kinesis

Producer to send tweets to a Kinesis Stream

Dependencies

  • Conda

Setup Conda

conda env create -f conda-dev-env.yml
source activate twitter-to-kinesis

After installing a new package update the env file:

conda env export > conda-dev-env.yml

Deployment

The application is zipped and push to S3 using Travis

AWS CodeDeploy

It's possible to the deploy the application to an EC2 instance using CodeDeploy.

Change these files to change the setup:

  • appsepc.yml
  • scripts
    • start_producer.sh
    • stop_producer.sh

About

Send twitter stream to Kinesis

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 93.7%
  • Shell 6.3%