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

FlagsTypeDescriptionRequired
inputstringlocation of a file containing data to ingest.Yes
configstringlocation of a file containing a Substation configuration.Yes
timeoutintegeramount of time to wait (in seconds) for the application to complete.

defaults to 10 seconds.
No

Example Usage

substation -config /path/to/config.json -input /path/to/data.dat