# README
The TriggerMesh Core components conform the basis for creating event driven applications declaratively at Kubernetes.
Installation
Devevlopment version might be unstable.
ko apply -f ./config
Concepts
TriggerMesh core contains Kubernetes objects for Brokers and Triggers:
The brokers are used to ingest events and route them to targets. To ingest events, they must conform to the CloudEvents specification using the HTTP binding, and must use the HTTP address exposed by the Broker.
Events consumption is done asynchronously by configuring Triggers that reference a Broker object. A Trigger must also include information about the consumer address, either a Kubernetes object or an HTTP address, and optionally can include an event filter.
Usage
Contributing
Please refer to our guidelines for contributors.
Commercial Support
TriggerMesh Inc. offers commercial support for the TriggerMesh platform. Email us at [email protected] to get more details.
License
This software is licensed under the Apache License, Version 2.0.
Additionally, the End User License Agreement included in the EULA.pdf
file applies to compiled
executables and container images released by TriggerMesh Inc.