Skip to content

Commit

Permalink
pipelines: use json to lightdb with path injection
Browse files Browse the repository at this point in the history
Listen for JSON data on any path, route the data to LightDB using the same
path that was received from the device.

Signed-off-by: Mike Szczys <[email protected]>
  • Loading branch information
szczys committed Sep 27, 2024
1 parent d1d057b commit 380486d
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
filter:
path: "*"
content_type: application/cbor
content_type: application/json
steps:
- name: step-0
transformer:
type: cbor-to-json
type: inject-path
version: v1
destination:
type: lightdb-stream
Expand Down

0 comments on commit 380486d

Please sign in to comment.