Getting started on Bytebeam Cl...
Concepts
Streams
1 min
streams are how you push data to bytebeam a stream represents a series of time series data points for example, if your device has a gps sensor you will probably be collecting data packets containing latitude, longitude, timestamp, etc periodically you can create a gps stream on bytebeam and push this data to the stream by default bytebeam expects every stream to have at least three fields id to represent device id timestamp to represent the timestamp at which the event happened sequence an auto incrementing number used to ensure all data has been transmitted correctly to the cloud you can learn more about stream here docid 4hhstvq8asndqcb2rmw8s

