You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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..
The text was updated successfully, but these errors were encountered:
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 onremote host and (maybe) the tsdb is running on a remote (in
docker
).pikerd
runs on local hostbrokerd
+samplerd
emsd
pikerd
runs remote but "some" of it's subactors are spawnedlocally:
brokerd
is localpikerd
tree.. more to come
Doc all the configs
$HOME/.config/piker/conf.toml
[network]
section for laying out bind and connect sockaddrsThe text was updated successfully, but these errors were encountered: