You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ fluvio hub sm list
SMARTMODULE Visibility Released
infinyon/[email protected] public 2 days ago
Show metadata
$ fluvio hub sm info infinyon/[email protected]
package:
name: "jaq"
group: "infinyon"
version: "0.1.0"
apiVersion: "0.1.0"
description: "JSON to JSON transformation using JQ"
license: "Apache-2.0"
visibility: "public"
repository: "https://github.com/infinyon/fluvio-jaq"
params:
- name: "filter"
description: "JQ filter to apply"
optional: false
Show readme
$ fluvio hub sm readme infinyon/[email protected]
# fluvio-jq
SmartModule for processing json record using jq syntax. We use rust version of [jq](https://github.com/01mf02/jaq/tree/main/) to process JSON data.
## Playground
You can use the [jaq playground](https://gedenkt.at/jaq/) to test Jq expression.
## To Install
```bash
fluvio hub smartmodule download infinyon/[email protected]
```
## Example of usage in Connector
....
The text was updated successfully, but these errors were encountered:
List smartmodule first
Show metadata
Show readme
The text was updated successfully, but these errors were encountered: