This page is a placeholder. Full content coming soon.
Overview
Use FlowWarden to capture every insert, update, and delete on sensitive collections and write them to a dedicated audit log — for compliance, debugging, or analytics.Why FlowWarden
- Checkpointing guarantees no change is missed, even after restarts
@OnChangecaptures all operation types in a single handler@Filterscopes the stream to only the collections that require auditing

