Using Distributed Systems

Use when designing a system that spans more than one process, machine, or failure domain and a partition, crash, or duplicate must not silently corrupt state. Use when you see split-brain, lost writes under partition, duplicate processing, stuck or half-applied sagas, retry storms, dual writes drifting apart, or "works in staging, melts under load." Architecture-level — how to design correctness under partial failure, not how to deploy it. Single-service API internals → `axiom-web-backend`; CI/CD and ops → `axiom-devops-engineering`; replay/seed determinism → `axiom-determinism-and-replay`; broker/event-sourcing mechanics → the event-driven pack.

tachyon-beep Updated

File contents

tachyon-beep/skillpacks/tree/main/plugins/axiom-distributed-systems/skills/using-distributed-systems commit 8ed443b0d9

Frequently asked questions

npx skillmds@latest add tachyon-beep/using-distributed-systems