-
Notifications
You must be signed in to change notification settings - Fork 1
Motivating use cases
Thor Whalen edited this page Nov 17, 2021
·
1 revision
- acquiring sensor data
- audio
- can data
- video
- plc data
- all kinds of IoT sensors
- acquiring live streams
- wifi
- bluetooth
- http streams
- mqtt
- reading a DB cursor
- reading a very large file, or several contiguous files
- network data not meant to be read as binary (i.e. live-parsing a list in JSON format without needing the whole list to be received before parsing starts)
- Iterate over its contents
- Iterate over chunks of its contents
- Slice (retrieve based on interval query of "recent past")