flow-to-geckoboard
Version:
Creates a writable stream for pushing data to Geckoboard.
16 lines (12 loc) • 745 B
Plain Text
Usage: flow-to-geckoboard --key <key> --widget <widget_id> [options]
Options:
-h, --help Print this message.
-V, --version Print the package version.
--key [key] Geckoboard API key.
--widget [widget] Geckoboard widget id.
-hwm, --highwatermark [hwm] Specify how much data can be buffered into memory
before applying back pressure. Default: 16KB.
-nds, --no-decodestrings Prevent strings from being converted into buffers
before streaming to destination. Default: false.
-om, --objectmode Write any value rather than only buffers and strings.
Default: false.