piker/piker/data
Tyler Goodlet b7c924046a Begin to use `@tractor.msg.pub` throughout streaming API
Since the new FSP system will require time aligned data amongst actors,
it makes sense to share broker data feeds as much as possible on a local
system. There doesn't seem to be downside to this approach either since
if not fanning-out in our code, the broker (server) has to do it anyway
(and who knows how junk their implementation is) though with more
clients, sockets etc. in memory on our end. It also preps the code for
introducing a more "serious" pub-sub systems like zeromq/nanomessage.
2020-09-29 17:06:28 -04:00
..
__init__.py Begin to use `@tractor.msg.pub` throughout streaming API 2020-09-29 17:06:28 -04:00
cli.py Add marketstore cli stuff; not sure how this got missed?! 2020-09-25 16:08:15 -04:00
marketstore.py Clarify some odd spots 2020-09-02 11:32:54 -04:00