docs: update ALL docs to reflect shipped features (TypeCache, snowflake, NATS CommandBus, etc) #45

Closed
opened 2026-02-20 10:10:48 +00:00 by ash · 0 comments
Owner

Problem

Docs are stale. Zero mentions of recently shipped features:

  • TypeCache + sync.Pool (pooled deserialization)
  • Snowflake ID generator
  • NATS distributed CommandBus (natscommand/)
  • NATS atomic batch (natsbatch/)
  • NATS notifier (natsnotifier/)
  • Stream existence hints (WithHint)
  • TodoList automation pattern
  • Scale benchmarks (49k cmd/s)
  • Postgres clustering
  • SQLite notifier
  • StoreAdapter
  • Conformance e2e suite

Must update:

  • README.md — feature list, quick examples
  • docs/quickstart.md — mention CommandBus, stream hints
  • docs/architecture.md — NATS distributed bus, TodoList pattern
  • docs/performance.md — scale numbers, TypeCache benchmarks, comparison results
  • docs/event-modeling.md — TodoList for automations
  • docs/operations.md — NATS clustering ops
  • docs/testing.md — conformance e2e suite
  • All examples must demonstrate new features where relevant
## Problem Docs are stale. Zero mentions of recently shipped features: - TypeCache + sync.Pool (pooled deserialization) - Snowflake ID generator - NATS distributed CommandBus (natscommand/) - NATS atomic batch (natsbatch/) - NATS notifier (natsnotifier/) - Stream existence hints (WithHint) - TodoList automation pattern - Scale benchmarks (49k cmd/s) - Postgres clustering - SQLite notifier - StoreAdapter - Conformance e2e suite ## Must update: - README.md — feature list, quick examples - docs/quickstart.md — mention CommandBus, stream hints - docs/architecture.md — NATS distributed bus, TodoList pattern - docs/performance.md — scale numbers, TypeCache benchmarks, comparison results - docs/event-modeling.md — TodoList for automations - docs/operations.md — NATS clustering ops - docs/testing.md — conformance e2e suite - All examples must demonstrate new features where relevant
ash closed this issue 2026-02-20 10:16:26 +00:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
ash/eskit#45
No description provided.