Giter Site home page Giter Site logo

rtwup's People

Contributors

dani7b avatar gabriele-decapoa avatar mox601 avatar mrgab avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

rtwup's Issues

reconfigure spout to be able to filter tweets based on different queries

required queries should include following parameters from
Twitter API:

  • track
  • locations

Useful documentation passage about OR combination of different query parameters:

The track, follow, and locations fields should be considered to be combined with an OR operator. track=foo&follow=1234 returns Tweets matching "foo" OR created by user 1234.

This determines that, if needed, AND query semantics should be dealt with inside the Topology.

Active user profiles counter and downloader

This prototype tracks twitter filtered stream and provides a realtime view of active users in a specific time window.

Moreover, includes a dedicated Bolt that writes user profiles to a Profile Repository.

Distinct active users counter

The system tracks the number of unique users during time windows of predefined size.

It's implemented making use of Redis commands.

It follows the same pattern used until now.

Keys in redis can be something like this:

Hour (?)
2013-09-30_13:00CET ...

Day
2013-09-30 1 2 3 4
2013-10-10 1 2 3 4 5 6

Month
2013-09 1 2 3 4
2013-10 1 2 3 4 5 6

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.