Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Document the many distributed "modes" #507

Open
4 tasks
goodboy opened this issue May 13, 2023 · 0 comments
Open
4 tasks

Document the many distributed "modes" #507

goodboy opened this issue May 13, 2023 · 0 comments

Comments

@goodboy
Copy link
Contributor

goodboy commented May 13, 2023

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..
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant