piker icon indicating copy to clipboard operation
piker copied to clipboard

Document the many distributed "modes"

Open goodboy opened this issue 2 years ago • 0 comments

The runtime has been built to handle distributed, many host, deployments from the ground up; there are quite a few configurations for this (and many more to come B)


Let's start listing the possible ploys..

  • [ ] full pikerd actor tree runs on local host but (ib) API gateway is on remote host and (maybe) the tsdb is running on a remote (in docker).

  • [ ] pikerd runs on local host

    • +remote brokerd + samplerd
    • +remote emsd
    • +remote fsp cluster
  • [ ] pikerd runs remote but "some" of it's subactors are spawned locally:

    • brokerd is local
    • rest of tree is in pikerd tree

.. more to come


Doc all the configs

  • [ ] $HOME/.config/piker/conf.toml
    • [network] section for laying out bind and connect sockaddrs
    • some some drafted out ideas in another file somewhere..

goodboy avatar May 13 '23 17:05 goodboy