seqscribe
v0.0.1
Published
Subscribe to sequences — writer-owned append-only log sync for SQLite. Design phase; this release reserves the name.
Downloads
131
Maintainers
Readme
seqscribe
Pronounced "seek-scribe" — sequence + subscribe + scribe (every stream has exactly one writer).
Subscribe to sequences — writer-owned append-only log sync for SQLite, over any network you bring Logs converge into SQLite views. Embeddable, transport-agnostic (bring your own channel — WebRTC DataChannel, WebSocket, anything bidirectional), no consensus, no master, partition-tolerant by construction.
Status: design phase. No code yet — the full design contract precedes implementation:
- DESIGN.md — architecture contract: positioning, design envelope, principles, competitive map, topic policies, conflict policy spectrum (
owned/fww/lww/resolver), beacon, 15 stamped decisions - SPEC.md — implementation spec: wire protocol, HLC rules, SQLite DDL, state machines, register semantics, full API surface, constants, error codes, deterministic simulation acceptance criteria (P1–P10)
Extracted from and dogfooded by ADHDev. Maintained for our needs first.
