List view
HTTP API layer with REST endpoints, WebSocket subscriptions, webhook handling, authentication, and rate limiting. All API code runs within the single binary.
No due dateβ’0/10 issues closedComplete mapping of AsyncAPI specification (122 events) to TigerBeetle-style state machine across 14 domains.
No due dateβ’0/15 issues closedBinary network protocol for cluster communication (Raft RPCs) and client-to-cluster communication. Fixed-size headers, CRC32C checksums, optional compression.
No due dateβ’0/8 issues closedDeterministic simulation harness for testing consensus, storage, and state machine under all failure modes. Simulate years of operation in minutes with reproducible seeds.
No due dateβ’0/8 issues closedCommand processing, event generation, state projection, and domain logic. All business rules enforced in a single deterministic state machine.
No due dateβ’0/10 issues closedRaft consensus with Viewstamped Replication extensions for leader election, log replication, view changes, and state transfer. Cluster-first design with no single-node mode.
No due dateβ’0/10 issues closedAppend-only Write-Ahead Log (WAL) with checksums, LSM tree for state materialization, and io_uring for direct I/O. All data is checksummed at rest and verified on read.
No due dateβ’0/8 issues closedMox is a single Rust binary implementing a distributed, fault-tolerant event-sourced system. Zero external dependencies, deterministic simulation testing, Raft consensus with Viewstamped Replication e
No due dateβ’0/5 issues closed