Skip to content

Getriax/kinesis-twitter-listener

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

What is it?

This code creates and runs twitter stream that writes data to amazon kinesis.

It is possible to run it on amazon ECS with this docker image

How to use?

$ cp env.example .env

complete the enviroment variables with proper values.

$ yarn install
$ yarn start

Creating docker image

docker build -t [user]/[repo]:[tag]
docker push [user]/[repo]:[tag]

Testing

$ yarn test

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published