Code Monkey home page Code Monkey logo

soen6441's Introduction

TweetAnalytics

SOEN6441 Assignment 2. Now Tweet search is reactive!

Running

Run this using sbt.

sbt run

And then go to http://localhost:9000 to see the running web application.

sbt jacoco

Computes the coverage.

sbt doc

Generates the JavaDoc.

Team Members

Name Student ID Contributions
Adrien Poupa 40059458 TwitterController, Models, JavaDoc
Jialu Wang 40019673 Framework architecture, Twitter API
Wei Li 40027433 Junit tests, JavaDoc, UI
Vamsikrishna Tamil Selvan 40010750 Test cases, JavaDoc, Documentation
Manoj Kumar Muppavarapu 40042560 JavaDoc, Test cases, Documentation

Application flow

Application flow

Controllers

  • WebSocketController.java:

    Handles the WebSocket

  • HomeController.java:

    Displays the homepage

  • TwitterController.java:

    Handles the search and profile pages

Models

  • SearchResult.java:

    Handles the JSON object returned by Twitter's search API.

  • Status.java:

    Handles the status included in both Search and Profile.

  • User.java:

    Handles the user included in both Search and Profile.

Actors

  • GuiceInjectedActor.java:

    Used to create actors that use Guice's Inject annotation.

  • Messages.java:

    All the messages sent/received by the actors.

  • SearchResultsActor.java:

    Search actor, calls the TwitterImplementation.

  • UserActor.java:

    Handles and supervises the SearchResultsActors

  • UserParentActor.java:

    Creates and supervises the UserActor.

Services

  • TwitterAPI.java:

    Interface that defines the implementations.

  • TwitterImplementation.java:

    Uses the results provided by the TwitterService to parse the tweets.

  • TwitterService.java:

    Calls the live TwitterAPI, implements the TwitterAPI interface.

soen6441's People

Contributors

adrienpoupa avatar akapandaroad avatar manu468 avatar ufengli avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar  avatar

soen6441's Issues

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.