Development
This application implements event-driven data ingest, transform, and load by reading files and is intended to help with developing and testing Substation configurations. Files can be read from local disk, HTTP(S) URL, and AWS S3 URL.
Options
Flags | Type | Description | Required |
---|---|---|---|
input | string | location of a file containing data to ingest. | Yes |
config | string | location of a file containing a Substation configuration. | Yes |
timeout | integer | amount of time to wait (in seconds) for the application to complete. defaults to 10 seconds. | No |
force-sink | string | settings to override the configurations sink Supported sinks: - Standard output: -force-sink stdout - File: -force-sink file , or -force-sink file://path/to/directory/ - HTTP: -force-sink https://url/path | No |
Example Usage
substation -config /path/to/config.json -input /path/to/data.dat
Updated over 2 years ago