johnwei2019 / eps-values-api

One web api to query eps(Earnings per Share) values for multiple companies concurrently with eventmachine

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

eps-values-api

One web api to query eps(Earnings per Share) values for listed companies, which is used to illustrate the use of ruby eventmachine, goliath, em-http-request, as well as em-synchrony.

Setup project

Install Docker

Install Docker & Docker Compose

Then,

docker-compose build

Run tests

docker-compose run --rm test

Run the web server

docker-compose up web

Run the development container

docker-compose run --rm dev

About

One web api to query eps(Earnings per Share) values for multiple companies concurrently with eventmachine

License:MIT License


Languages

Language:Ruby 98.7%Language:Dockerfile 1.0%Language:Shell 0.3%