piker/piker
Tyler Goodlet 85658a165c Prototype a high level `Storage` api
Starts a wrapper around the `marketstore` client to do basic ohlcv query
and retrieval and prototypes out write methods for ohlc and tick.
Try to connect to `marketstore` automatically (which will fail if not
started currently) but we will eventually first do a service query.

Further:

- get `pikerd` working with and without `--tsdb` flag.
- support spawning `brokerd` with no real-time quotes.
- bring back in "fqsn" support that was originally not
  in this history before commits factoring.
2022-04-13 08:11:57 -04:00
..
brokers Drop need for `ib_insync.IB.qualifyContractsAsync()' mod 2022-04-13 00:39:15 -04:00
clearing More ems resiliency: discard broken client dialogs 2022-04-13 08:11:33 -04:00
cli Pass in daemon name to `start_ahab()` 2022-04-13 08:11:57 -04:00
data Prototype a high level `Storage` api 2022-04-13 08:11:57 -04:00
fsp Establish stream before `fsp_compute` so that backfill updates work again.. 2022-04-13 08:11:33 -04:00
testing Import client for now until we make a proper shim 2018-02-12 10:35:54 -05:00
ui Only update y mxmn from L1 when last index in view 2022-04-13 08:11:56 -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 Drop ununsed `Services` ref 2022-04-13 08:11:57 -04:00
_profile.py Allow passing "ms slower then" value on cli to `--profile` 2022-04-13 08:11:34 -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-13 08:11:56 -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