Streaming

The streaming system indicates a type of data processing engine that is designed with infinite datasets in mind.
Precisely the streaming includes two perspectives:

  • Unbounded data - infinite in size
  • Stream dataset - one way on iteration (cursor, file reader, IEnumerable...)

你可能感兴趣的:(Streaming)