pplavetzki / argo-events

Event-based dependency manager for Kubernetes.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Argo Events - The Event-Based Dependency Manager for Kubernetes

Go Report Card slack Build Status Coverage Status GoDoc License

Logo

What is Argo Events?

Argo Events is an event-based dependency manager for Kubernetes which helps you define multiple dependencies from a variety of event sources like webhook, s3, schedules, streams etc. and trigger Kubernetes objects after successful event dependencies resolution.



High Level Overview


Features

  • Manage dependencies from a variety of event sources.
  • Ability to customize business-level constraint logic for event dependencies resolution.
  • Manage everything from simple, linear, real-time dependencies to complex, multi-source, batch job dependencies.
  • Ability to extends framework to add your own event source listener.
  • Define arbitrary boolean logic to resolve event dependencies.
  • CloudEvents compliant.
  • Ability to manage event sources at runtime.

Documentation

To learn more about Argo Events, go to complete documentation

Contribute

Read and abide by the Argo Events Code of Conduct

Contributions are more than welcome, if you are interested please take a look at our Contributing Guidelines.

License

Apache License Version 2.0, see LICENSE

About

Event-based dependency manager for Kubernetes.

License:Apache License 2.0


Languages

Language:Go 97.8%Language:Makefile 1.2%Language:Shell 0.7%Language:Dockerfile 0.3%