stream
RU: поток
A sequence of data elements — bytes, events, or records — made available incrementally over time rather than as a complete dataset. Consumers read from a stream as data arrives, enabling processing of data too large to hold in memory and real-time pipelines where producers and consumers run concurrently.