Skip to content

Kubernetes TriggerMesh core objects for eventing scenarios.

License

Notifications You must be signed in to change notification settings

jmcx/triggermesh-core

 
 

Repository files navigation

TriggerMesh Logo

CodeQL Static Go Report Card

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.

About

Kubernetes TriggerMesh core objects for eventing scenarios.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 85.4%
  • Shell 5.5%
  • Makefile 4.3%
  • Python 2.9%
  • Smarty 1.5%
  • Dockerfile 0.4%