Data Source Types
Jet can interface with many data source types, including files, serial devices, and software protocols.
Each data source may produce and/or consume data points. “Inputs” produce data, “Outputs” consume data, and “Bidirectional” data sources do both. Click each type for more information and usage details.
Type | Input/Output/Bidirectional | Description |
---|---|---|
console | Output | Write data to the console output. |
key-value-file | Output | Write data into a text file in Key-Value (key=value ) format. |
key-value-serial | Bidirectional | Read and write data as Key-Value lines over a serial stream. |
This list will expand over time. We’re currently working on core data source types, including CSV files and streams.
Need a data source type that is not listed? Open an Issue on the CLI Github suggesting it should be officially supported.