Skip to content
This repository has been archived by the owner on Aug 4, 2023. It is now read-only.
Antoine Cotten edited this page Aug 2, 2023 · 1 revision

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.

CLI Features

Language

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.

Clone this wiki locally