Data buffers that allow me to aggregate information that's been sent to OpenFn over the last 24 hours

When data is sent to an OpenFn webhook trigger, it would somehow get added to a “buffer” or a “collection”. Some time- or size-limited storage space.

Then, using a cron trigger I could periodically get data from that “buffer” or “collection”, do some work on it (sum, min, max, avg, array.map(blah) and then post the aggregate output to some other system

Delivered! See docs: Collections Adaptor | OpenFn/docs