website logo
BlogPlansAbout UsCareersLogin
⌘K
Introduction
Getting started on Bytebeam Cloud
Concepts
Projects
Streams
Device Shadow
Device Metadata
Actions
Module Integration Guides
ESP32
Linux
Console Guides
Devices
Device Metadata
Streams
Actions
Dashboards
Users
Roles
Release Notes
R2 01-Feb-2023
R1 19-Jan-2023
Docs powered by archbee 
3min

Streams

Streams are how you to push data to Bytebeam. A stream represents a series of timeseries 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 atleast 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 how to create a stream here:

Creating a Stream

Updated 05 Dec 2022
Did this page help you?
Yes
No
UP NEXT
Device Shadow
Docs powered by archbee