alpha
Login
or
Join now
flo-bit.dev
/
contrail
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
[READ-ONLY] Mirror of https://github.com/flo-bit/contrail. atproto backend in a bottle
flo-bit.dev/contrail/
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
Pulls
Pipelines
contrail
/
packages
/
contrail-base
/
src
/
sinks
/
at
main
1 file
Tom Scanlan
feat(sinks): add write-only, post-commit record sinks
6w ago
6b34d873
types.ts
feat(sinks): add write-only, post-commit record sinks A Sink observes every applied record to build derived state (search index, audit log, webhook) without masquerading as a realtime pubsub. Fanned out inside applyEvents() after commit, on both the live and backfill paths, with one deduplicated RecordEvent per record and isolated failures. Distinct from realtime: no subscribers, no ticket secret, fires on backfill. Public records only; purely additive.
1 month ago