Git Product home page Git Product logo

basselope.io's Introduction

Basselope

Basselope is a web application that extracts and visualizes sentiment values of social media content. Statistical analysis and natural language processing are heavily used in our algorithm to parse out relevant metrics and related topics. That enriched data is visualized on the client in ways that provide context and insight into popular opinion on the given topic.

Technology

Setup

We use webpack to bundle our files and gulp to watch the client and server for any changes. During development, the server ran on localhost port 8080.

  • npm install to install our dependencies
  • gulp launch --dir server to bundle the files and start the server on localhost:8080

Team

Development team consists of three full-stack engineers:

  • Ben Chen
  • Rico Chen []
  • Lukas Welinder []

Future of Basselope

We are always looking for ways to improve Basselope. If you're interested in helping out, or have any ideas for features or fixes, feel free file and issue or make a pull request. For our git workflow and style guides, take a look at CONTRIBUTING.md. Below are some tasks that need attention:

Optimization

  • Distribute fetch & parse tasks across a cluster to reduce load on our front-facing server.
  • Implement web-workers and consolidate client-side heavy lifting to improve performance
    • also useful to improve ease of data flow and clarity of design patterns with regard to D3 & Redux

Fixes

  • Large data sets occasionally causing client to hang on call to Reddit API with no error response.
  • d3Plot.jsx animation re-running when route is returned to.
    • needs an action dispatch as callback to re-select node on animation 'end' event
    • causes slowdowns when rendering over 300 data points
  • SVG responsive styling improvements and fixes
    • some graphs getting clipped by metric-bar
    • styling/layout issues in firefox and safari (shovel worthy issue)

basselope.io's People

Contributors

iambenchen avatar lukaswelinder avatar

Watchers

 avatar  avatar

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.