项目作者: kniemann

项目描述 :
A reactive web app that tracks stock prices.
高级语言: Java
项目地址: git://github.com/kniemann/reactive-stocks.git
创建时间: 2017-12-05T05:49:10Z
项目社区:https://github.com/kniemann/reactive-stocks

开源协议:

下载


reactive-stocks

A reactive web app that tracks stock prices for you.

It is intended to:

  • Provide Angular front end to store user specific stocks.
  • Store historical and real-time stock price data.
    • Data will be provided by querying a public API.
    • Price changes will be published to Apache Kafka topic.
  • Display interactive D3.js graphs of the historical stock prices.
  • In future will recommend similar stocks.