Skip to content

Milestones

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 closed
  • Complete mapping of AsyncAPI specification (122 events) to TigerBeetle-style state machine across 14 domains.

    No due date
    β€’0/15 issues closed
  • Binary 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 closed
  • Deterministic 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 closed
  • Command processing, event generation, state projection, and domain logic. All business rules enforced in a single deterministic state machine.

    No due date
    β€’0/10 issues closed
  • Raft 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 closed
  • Append-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 closed
  • Mox 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