Architecture & Design
Architecture
Substation is built on:
- Go (applications, conditions, transforms)
- AWS (serverless cloud services)
- Jsonnet (configurations as code)
- Terraform (infrastructure as code)
Design
Substation supports all of the deployment patterns shown below, and many more:
Packages
Substation applications are built from three Go packages:
- Messages (message)
- Conditions (condition)
- Transforms (transform)
These packages are public and can be used to build custom Substation applications or add data processing to any Go project.
Updated about 1 year ago