vaadin/stocks-demo

Name: stocks-demo

Owner: Vaadin

Description: Browse and visualize large amounts of stock data with Vaadin 10 and Speedment

Created: 2017-11-16 23:38:50.0

Updated: 2018-04-27 02:48:47.0

Pushed: 2018-05-11 18:21:43.0

Homepage: null

Size: 251

Language: Java

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

Vaadin and Speedment stock data demo

To create database, get to Alpha Vantage for trade-data: https://www.alphavantage.co/support/#api-key

Running MySQL, application, and database creator in three separate containers
  1. ./run_docker_containers.sh
Running MySQL and application in two separate containers without recreating database
  1. mvn clean package
  2. docker-compose up app
Running JVM on host machine standalone
  1. Create a mysql MySQL-database
  2. Uppdate ./create_database.sh with IP-adress and credentials
  3. Run ./create_database.sh (takes a long time, can be interrupted after a few minutes for a smaller data set)

This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.