piker/piker
Tyler Goodlet 1dca7766d2 Add notes about how to do mkts "trimming"
Which is basically just "deleting" rows from a column series.
You can only use the trim command from the `.cmd` cli and only with a so
called `LocalClient` currently; it's also sketchy af and caused
a machine to hang due to mem usage..

Ideally we can patch in this functionality for use by the rpc api
and have it not hang like this XD

Pertains to https://github.com/alpacahq/marketstore/issues/264
2022-06-05 22:13:08 -04:00
..
brokers Error log brokerd msgs that have `.reqid == None` 2022-06-05 22:13:08 -04:00
clearing Error log brokerd msgs that have `.reqid == None` 2022-06-05 22:13:08 -04:00
cli Better formatted startup logging output 2022-05-10 14:55:52 -04:00
data Add notes about how to do mkts "trimming" 2022-06-05 22:13:08 -04:00
fsp Only udpate prepended graphics when actually in view 2022-06-05 22:13:08 -04:00
testing Import client for now until we make a proper shim 2018-02-12 10:35:54 -05:00
ui Drop old non-working flatten routine 2022-06-05 22:13:08 -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-05-09 11:15:13 -04:00
_profile.py Allow passing "ms slower then" value on cli to `--profile` 2022-04-30 11:36:23 -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-05-09 11:15:13 -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