Skip to content

kyanyoga/mongostream

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mongostream

Simple Twitter streamer into MongoDB. This is a Node.js App that will stream data into a local monogdb instanace.

Before you Begin:

You need your own OAUTH credentials from Twitter: https://dev.twitter.com/oauth

Install MongoDB: https://treehouse.github.io/installation-guides/mac/mongo-mac.html

Install Node: https://nodejs.org/en/download/

Clone or Download the Git.

1) npm install

2) edit credentials.js - place your OAUTH credentials.

3) edit server.js

// Twitter Stream Topics - Place your topics in this list.

var arrayOfTopics = ['pie', 'nfl', 'summer', 'mongodb','bigdata'];

4) Start: node server.js

About

Simple Twitter streamer into MongoDB

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors