-
Notifications
You must be signed in to change notification settings - Fork 0
Home
This is the documentation of TriggerMesh's Integration Language and its tooling.
The TriggerMesh Integration Language is a configuration language based on the HCL syntax which purpose is to provide a user-friendly interface for describing TriggerMesh Bridges.
Using the til
CLI tool, it is possible to turn Bridge descriptions into deployment manifests which can run complete messaging systems on the TriggerMesh platform.
- Concepts
- Bridge Description Files
- Component Categories
- Global Settings
- Secret References
- Function Expressions
The til
CLI tool does not impose any particular deployment method on the user. Instead, it outputs deployment manifests in a format that is generic enough to be deployable by a variety of third-party tools. Pages in this section describe the format of the data generated by til
, and provide concrete examples of using popular Kubernetes deployment tools to materialize a Bridge onto the TriggerMesh platform.