Silent film with burned-in narrationOpen WebM directly
Index lifecycle / 1m 28.92s
Publish, Rename, Archive.
One product moves through its Catalog lifecycle while storefront search follows automatically—without a manual reindex in the story.
What You Will See
- Draft stays absentThe Aurora field camera cannot be found before publication.
- Publication creates visibilityThe committed lifecycle change makes the product searchable.
- Rename changes discoveryA localized name edit changes which customer query resolves the product.
- Archive withdraws itThe product disappears from normal search while Catalog retains its governed record.
Why It Matters
The search index follows authoritative product state; it does not invent a second product lifecycle.
Managers change Catalog once. Durable projection work carries the resulting state to customer discovery.
The System Underneath
Catalog transactionProduct + outbox commit
→
Durable index workCoalesced by product ID
→
Current-state rehydrationReload authoritative PostgreSQL state
→
Upsert or deleteWrite through Elasticsearch alias
What This Story Proves
Visible proof
Draft, published, renamed and archived states produce the expected customer search result.
Not claimed
The film does not demonstrate outage recovery, blue-green index rotation or every lifecycle transition.
AI engineering connectionExecutable feedback constrains autonomous change