Skip to main content

lightdb-stream

Latest Versionv1.0.0
Input Content Typeapplication/json

The LightDB Stream destination sends data to LightDB Stream. Data must have arrived as or been transformed into JSON in order to be successfully delivered to LightDB Stream.

The data message timestamp will be used as the time for the entry in LightDB Stream, and the data will be identical to the JSON payload passed to the destination.

Example Usage

Because LightDB Stream is hosted by Golioth, no configuration or credentials are required to deliver data to the service.

    destination:
type: lightdb-stream
version: v1

Example Input

{
"temp": 32
}

Example Output

{
"temp": 32
}