goodboy

Results 452 issues of goodboy

After #302 lands there are 2 main sources of latency left in chart interaction: - redraw latency (a much larger task to deal with that will require further extensions to...

data-layer
graphics
perf

I'm not entirely sure what code is the cause of this but I'll demonstrate the issue through pics. When a market trades completely *sideways* it's convention to draw a flat...

bug
tsdb

Did some decent starter research on what systems will work for production grade data feed collaboration. --- I'm going to list some *top picks* and what I deem to be...

tsdb

with #308 landing shortly we'll have daemon support for storing large time series as part of a trader's normal toolset. one of the main utilities i'm sure most would expect...

integration
data eng
UI
tsdb

We should probably factor out the current `.data.marketstore.Storage` api into it and start organizing around #90 and future (better) tsdb alts.

tsdb
factoring

Ties in with the many details from #142 #### TODO: - [ ] tick ingest support and an accompanying feed-style inter-actor API to pull feeds from ingestor re-broadcast system(s): -...

data eng
tsdb

Once #308 lands we'll want users to get testing. We need a "storage" section in the readme detailing the deps, `sudo` req, and cli flag as well as expected behaviour....

tsdb
docs

i got lots more examples of plain old pure nonsense that goes on with this broker (and hint, issues like this **are exactly** why this project got started by a...

brokers-can-smbz

Since the addition of `binance` provider support in #170 i've noticed some serious cpu usage on weaker hw due the high data rates received on the binance websocket pipes. The...

data eng
systems eng
testing
perf

Ties in with the work in #93 and #132. Turns out they do offer approx 6 months worth of trades data: - landing page: https://www.binance.com/en/landing/data - download scripts: https://github.com/binance/binance-public-data/ -...

integration
data eng
research
tsdb
broker-backend