TriggerMesh Integration Language
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.
Get Started with til
To learn how to install til
and get started quickly with your first bridge go the TIL getting started guide.
CLI Features
Language
- Concepts
- Bridge Description Files
- Component Categories
- Global Settings
- Secret References
- Function Expressions
Available Implementations
Deployment
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.