Skip to main content

LightDB Stream CBOR

This simple example matches on any CBOR data message, transforms the payload to JSON, then delivers it to LightDB Stream.

filter:
path: "*"
content_type: application/cbor
steps:
- name: step-0
transformer:
type: cbor-to-json
version: v1
destination:
type: lightdb-stream
version: v1