GithubHelp home page GithubHelp logo

majercakdavid / stock-sentiment-analysis Goto Github PK

View Code? Open in Web Editor NEW
2.0 2.0 0.0 53 KB

Data analysis of stock and twitter data combining multiple technologies

Scala 88.13% Dockerfile 6.09% Shell 0.20% Python 5.58%

stock-sentiment-analysis's People

Contributors

majercakdavid avatar viktorria avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar

stock-sentiment-analysis's Issues

Paralellize the sentiment analysis job

Currently, there is only one instance for sentiment analysis running at a time. However, this is not enough for assessing all the tweets. Therefore, it is required to run multiple instances at the same time depending on the current load.

Write README

Currently, there is no description about the project. Thus, it is necessary to write one.

Investigate possibilities of gRPC

Currently, the sentiment analysis job is communicating with other through Kafka channels. However, it might be better to not pollute it twice with almost same data and use gRPC instead for communication.

Unify docker-compose files

Currently, there are docker compose files for different stacks. It is essential to unify them to better describe the dependencies between the containers. As a result there will be one docker-compose file which will deploy the application without issues like not yet running required service.

Create a web portal for basic control and visualization

Create a web UI which will show the user currently tracked terms and moving averages for stock quotes as well as a currently monitored sentiment and moving averages for them. Moreover, user should be able to pause and restart processes at any time from within the UI as well as set the tracking terms and moving averages.

Graceful termination of services

Currently, the docker containers are simply killed and produce error logs. To get rid of them it is necessary to make the jobs react to the SIGTERM signal and terminate gracefully instead of forcefully.

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.