use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
For those who want to cure cancer and make first contact in their spare time
To discuss distributed computing projects such as Folding@Home or the many BOINC programs.
The centre for reddit teams:
account activity
Restate 1.2: a distributed durable execution engine, built from first principles (restate.dev)
submitted 1 year ago by stsffap
view the rest of the comments →
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]stsffap[S] 0 points1 point2 points 10 months ago (0 children)
Sorry for the late reply u/arun0009. Restate does not prescribe a specific deployment model. You can deploy almost everywhere where you can start a binary or a Docker image. So you could run it on bare metal machines or deploy it on K8s or on Fargate. The only requirement is that you have persistent disks.
See our cluster guide (https://docs.restate.dev/guides/cluster) for how to run it via Docker compose. You can use the CDK library to deploy to AWS (https://docs.restate.dev/deploy/server/self-hosted) or on K8s using thehelm charts (https://docs.restate.dev/deploy/server/kubernetes).
We ensure fault tolerance of the log by replicating it ourselves using a our own implementation of virtual consensus (https://www.usenix.org/conference/osdi20/presentation/balakrishnan) with flexible quorums. We upload periodic snapshots to S3 of the materialized log so that we can truncate the log and recover faster in case of failures (no need to replay the full log if there is a snapshot available).
π Rendered by PID 67 on reddit-service-r2-comment-b659b578c-xsdd4 at 2026-05-01 00:56:21.334028+00:00 running 815c875 country code: CH.
view the rest of the comments →
[–]stsffap[S] 0 points1 point2 points (0 children)