piker/piker
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
..
brokers Indefinitely wait on feed hack for windows? 2022-04-16 15:38:26 -04:00
clearing More ems resiliency: discard broken client dialogs 2022-04-16 15:38:26 -04:00
cli Make `pikerd` work again without `--tsdb` flag 2022-04-16 15:39:24 -04:00
data Add basic tsdb history loading 2022-04-16 15:39:24 -04:00
fsp Profiler format, code stretch 2022-04-16 15:38:26 -04:00
testing Import client for now until we make a proper shim 2018-02-12 10:35:54 -05:00
ui Drop old type annot 2022-04-16 15:39:24 -04:00
watchlists Add license headers to pertinent files 2020-11-06 12:23:14 -05:00
__init__.py Drop dependence on `msgpack` and `msgpack_numpy` 2022-02-28 08:15:18 -05:00
_cacheables.py Port to new `tractor.trionics.maybe_open_context()` api 2022-01-23 21:01:38 -05:00
_daemon.py Use new `tractor.query_actor()` for service checking 2022-04-16 15:39:24 -04:00
_profile.py Allow passing "ms slower then" value on cli to `--profile` 2022-04-16 15:38:26 -04:00
calc.py Lul, adhere to returning `str`s in `humanize()` 2022-01-25 07:57:01 -05:00
config.py Drop import, it's got madness with and SIGINT? 2022-04-16 15:39:24 -04:00
log.py Add license headers to pertinent files 2020-11-06 12:23:14 -05:00
trionics.py Start trionics mod with an `async_enter_all` 2022-01-23 19:41:57 -05:00