piker/piker/data
Tyler Goodlet 97439e882c 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-03-29 14:06:28 -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-03-11 19:50:58 -05:00
_normalize.py Guard against no time field in some provider quotes 2022-02-07 12:53:30 -05:00
_sampling.py Drop sampler consumers that overrun 6x 2022-03-24 13:29:07 -04:00
_sharedmem.py Fix missing f-str prefix 2022-03-29 12:37:58 -04:00
_source.py Drop `pandas` to `numpy` converter 2022-03-29 13:15:23 -04:00
_web_bs.py Add some typing around web bs 2022-01-25 07:57:01 -05:00
cli.py Drop `ms-shell`, add `piker storesh` cmd 2022-03-29 13:33:43 -04:00
feed.py Add basic tsdb history loading 2022-03-29 14:06:28 -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-03-29 13:33:43 -04:00