Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Tweetlyze

Nischal
August 21, 2014

 Tweetlyze

A slide deck on my MS project which I built to understand trends on twitter.

Nischal

August 21, 2014
Tweet

More Decks by Nischal

Other Decks in Programming

Transcript

  1. the motivation twitter has a lot of activity abstract trends

    on twitter trends are location specific
  2. Why understand trends? It’s the society telling you what they

    want and what is currently on their mind. Cater to those needs and you have the power to grow your business.
  3. Why understand trends? It’s the society telling you what they

    want and what is currently on their mind. Cater to those needs and you have the power to grow your business.
  4. Example? Let us assume Manchester United are trending today in

    London and you are a t-shirt seller. Would it not be awesome if you know about this and you could give a bigger discount on Manchester United Shirts?
  5. How to get data? REST Streaming Pros Cons can be

    handled with small infrastructure does not require a cleansing framework { { rate limits
  6. How to get data? REST Streaming Pros Cons access to

    real time data need a big infrastructure to handle all the incoming data { { no rate limits lots of unwanted data
  7. how i overcame rate limits twitter app has a rate

    limit create multiple twitter apps
  8. how i overcame rate limits twitter app has a rate

    limit push oauth objects into a queue create multiple twitter apps
  9. how i overcame rate limits twitter app has a rate

    limit create multiple twitter apps pushed oauth objects into queue distribute calls throughout the day
  10. how i overcame rate limits twitter app has a rate

    limit create multiple twitter apps pushed oauth objects into queue distribute calls throughout the day all my apps stayed within rate limits
  11. how i overcame rate limits twitter app has a rate

    limit create multiple twitter apps pushed oauth objects into queue distribute calls throughout the day all apps stayed within rate limits 45 days = 200 GB
  12. how i overcame rate limits twitter app has a rate

    limit create multiple twitter apps pushed oauth objects into queue distribute calls throughout the day all apps stayed within rate limits [problem 1 solved] 45 Days = 200 GB