the-james-burton / the-turbine

The turbine is a set of server-side components that perform automated technical analysis on stocks.
MIT License
15 stars 7 forks source link

Persist stock lists in ES so that atacama can query them #2

Closed the-james-burton closed 7 years ago

the-james-burton commented 8 years ago

It is likely that ES is better at doing live search on stock lists than I can write effectively in Java.

the-james-burton commented 8 years ago

Atacama is now using the Angular UI bootstrap lookahead to find a stock.

This is good enough for now, but may under perform when the list gets to full market size.

the-james-burton commented 7 years ago

All done. The turbine rest API now returns tickers from elasticsearch. Atacama therefore now shows a full list of LSE stocks in its combo boxes. It may be better to get atacama to directly query elasticsearch instead.