piker/piker/data
Tyler Goodlet a16cd2fe6d Add basic tsdb history loading
If `marketstore` is detected try to only load most recent missing data
from the data provider (broker) and the rest from the tsdb and push it
all to shm for display in the UI. If the provider/broker doesn't have
the history client endpoint, just use the old one for now so we can
start to incrementally add support. Don't start the ohlc step
incrementer task until the backend signals that the feed is live.
2022-04-16 15:39:24 -04:00
..
__init__.py Fix broken import in ib backend 2021-05-20 19:34:45 -04:00
_ahab.py Allow kill-child-proc-with-root-perms to fail silently in `tractor` reaping 2022-04-16 15:39:24 -04:00
_normalize.py Guard against no time field in some provider quotes 2022-02-07 12:53:30 -05:00
_sampling.py Type annot updates 2022-04-16 15:39:24 -04:00
_sharedmem.py Add `ShmArray.last()` docstr 2022-04-13 00:39:15 -04:00
_source.py Drop `pandas` to `numpy` converter 2022-04-16 15:39:24 -04:00
_web_bs.py connect to krakens openOrders websocket 2022-03-06 15:17:26 -05:00
cli.py Drop `ms-shell`, add `piker storesh` cmd 2022-04-16 15:39:24 -04:00
feed.py Add basic tsdb history loading 2022-04-16 15:39:24 -04:00
ingest.py Move feed api(s) into new submodule 2021-04-15 10:43:29 -04:00
marketstore.py Drop `ms-shell`, add `piker storesh` cmd 2022-04-16 15:39:24 -04:00