Documentation
¶
Overview ¶
package cmd provides definitions and methods for building Substation applications.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func New ¶ added in v0.5.0
func New() *substation
New returns an initialized Substation app. If an error occurs during initialization, then this function will panic.
Concurrency is controlled using the SUBSTATION_CONCURRENCY environment variable and defaults to the number of CPUs on the host. In native Substation applications, this value determines the number of transform goroutines; if set to 1, then multi-core processing is not enabled.
Types ¶
This section is empty.
Directories
¶
| Path | Synopsis |
|---|---|
|
aws
|
|
|
lambda/autoscaling
command
|
|
|
lambda/substation
command
|
|
|
lambda/validation
command
|
|
|
development
|
|
|
benchmark
command
Benchmarks the performance of Substation by sending a configurable number of events through the system and reporting the total time taken, the number of events sent, the amount of data sent, and the rate of events and data sent per second.
|
Benchmarks the performance of Substation by sending a configurable number of events through the system and reporting the total time taken, the number of events sent, the amount of data sent, and the rate of events and data sent per second. |
|
substation
command
|
|
|
playground
|
|
|
server
command
|
|
|
wasm
command
|
Click to show internal directories.
Click to hide internal directories.