smartift / grail

0 stars 0 forks source link

Read Realtime Ticks from Exchanges - Not Just Polling #38

Open guytp opened 6 years ago

guytp commented 6 years ago

The data feed reader should combine tick reading as well as back-syncing and merge into a single DB feed depending on where we are with sync process.

guytp commented 6 years ago

Needs to be Alpha, web polling is just too far behind with the combinations we're polling

guytp commented 6 years ago

We also need to look at using this with a queue system. Need to plan this out more looking around Azure SB, Rabbit MQ, etc. to deal with distributing ticks to DB, to backend polling system (so we can check when we're up to date without further DB hits) as well as to client over TCP/IP feed (and eventually web sockets)

guytp commented 6 years ago

Moved to beta, only benefit for now is more pairs and slightly faster sync - this can wait until first big release for beta allowing us to expand datasets within beta, not required for initial alpha work