Skip to content
This repository has been archived by the owner on Nov 19, 2020. It is now read-only.

Quotes microservice refactored from Spring Trader app.

License

Notifications You must be signed in to change notification settings

vmware-archive/quote-service

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

quote-service is no longer actively maintained by VMware.

a quote-service

A simple REST microservice example that provides real-time-ish (15 minute delayed) market data. It uses the public Yahoo Finance APIs. For more information on the underlying API, please refer to the documentation here.

Build the service using the maven conventions. From the root directory of the project run:

mvn clean install

to run the service locally you can take advantage of the maven spring-boot plugin:

mvn spring-boot:run

once it's running locally, try out these operations:

http://localhost:8080/quotes/GOOG

http://localhost:8080/quotes/marketSummary

To deploy to cloud foundry edit the manifest.yml file to give the app a unique name and perform a cf push.

About

Quotes microservice refactored from Spring Trader app.

Resources

License

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published