Collected sources and patterns will appear here. Add from search or the patterns library.
Query -> Stream<Chunk>
Produce database query results incrementally using a pull-based iterator pattern driven entirely by client read demand.
Problem it solves
Buffering massive query results in memory before sending causes high RAM usage and initial latency spikes.
Consumes
Emits
The real projects this mechanism was found in. Attribution is the point — this is how the best teams actually do it.