website logo
BlogPlansAbout UsCareersSignup
⌘K
Introduction
Getting started on Bytebeam Cloud
Concepts
Projects
Streams
Device Shadow
Device Metadata
Actions
Module Integration Guides
ESP32
Arduino
Console Guides
Device Management
Dashboards
Streams (Tables)
Actions
Users
Roles
Release Notes
R10 24-May-2023
R9 10-May-2023
R8 26-Apr-2023
R7 05-Apr-2023
R6 22-Mar-2023
R5 08-Mar-2023
R4 22-Feb-2023
R3 10-Feb-2023
R2 01-Feb-2023
R1 19-Jan-2023
Docs powered by archbee 

Streams

1min

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:

Streams (Tables)

Updated 24 Apr 2023
Did this page help you?
Yes
No
PREVIOUS
Projects
NEXT
Device Shadow
Docs powered by archbee