Modern marketstore, the summary #142
Labels
data-layer
real-time and historical data processing and storage
integration
external stack and/or lib augmentations
tsdb
time series db stuff
Milestone
There's been a ton of action over at
marketstore
and we want in.We already have a psuedo-async-wrapped client that can probably be used just fine until we write our own async-grpc version (see last bullet).
Currently, my opinion is to work on these in the order presented.
Notably the following really new stuff has been added:
tick(trade)-to-bar data aggregation, for which there appears to be no docs - likely have to read through this PR
"SPY/1Sec/TRADE"
for the new table key which then get's aggregated to a/OHLCV
key, right?1s
OHLC1s
bucketting but not sure yet if we can get both by only writing one column series (more comments below).grpc support for faster IPC was in these PRs
python -m grpc_tools.protoc -I./ --python_out=./ --grpc_python_out=./ ./pymarketstore/proto/marketstore.proto
pymarketstore
defined clientpurepc
is like what we'll want to deliver on the issue I madea new replication feature which now has docs
Feature list:
anyio
is now done thanks to @guilledk as anyio-marketstore 🏄🏼TRADES/1s
key + whatever "conditional" fields we decide to includeI think it makes sense to break these tasks out per dev and nail em down 😎
The text was updated successfully, but these errors were encountered: