Derivation Windowing

Create an Estuary derivation that maintains a sliding time window of events (e.g. "transfers in the last 24h", "failed logins in the last 5 minutes") using internal SQLite state and readDelay for time-based expiration. Derivations add complexity and cost — confirm the user wants a derivation before reaching for this. Use when user says "windowing derivation", "derivation for last-24h events", "rolling-window derivation", "sliding-window transformation", "fraud-detection derivation", "rate-limit derivation", or "time-window derivation".

estuary 586f3a3 14.1 KB Updated

File contents

estuary/agent-skills/tree/main/skills/derivation-windowing commit 586f3a370d

Frequently asked questions

npx skillmds@latest add estuary/derivation-windowing