Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/argoproj/argo-events
Event-driven Automation Framework for Kubernetes
https://github.com/argoproj/argo-events
argo automation-framework cloud-native cloudevents event-driven event-source eventing-framework kubernetes pipelines triggers workflow-automation workflows
Last synced: 3 days ago
JSON representation
Event-driven Automation Framework for Kubernetes
- Host: GitHub
- URL: https://github.com/argoproj/argo-events
- Owner: argoproj
- License: apache-2.0
- Created: 2018-05-17T15:06:49.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-10-28T04:28:07.000Z (about 2 months ago)
- Last Synced: 2024-10-29T10:56:55.747Z (about 1 month ago)
- Topics: argo, automation-framework, cloud-native, cloudevents, event-driven, event-source, eventing-framework, kubernetes, pipelines, triggers, workflow-automation, workflows
- Language: Go
- Homepage: https://argoproj.github.io/argo-events/
- Size: 151 MB
- Stars: 2,365
- Watchers: 36
- Forks: 737
- Open Issues: 148
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
- Security: SECURITY.md
- Roadmap: ROADMAP.md
Awesome Lists containing this project
- awesome - argo-events - Event-based dependency manager for Kubernetes. (Go)
- awesome-ccamel - argoproj/argo-events - Event-driven Automation Framework for Kubernetes (Go)
- awesome-repositories - argoproj/argo-events - Event-driven Automation Framework for Kubernetes (Go)
- awesome-starts - argoproj/argo-events - Event-driven workflow automation framework (Go)
- awesome-k8s-resources - Argo Events - Argo Events is an event-driven workflow automation framework for Kubernetes which helps you trigger K8s objects, Argo Workflows, Serverless workloads, etc. (Tools and Libraries / Automation and CI/CD)
README
# Argo Events - The Event-driven Workflow Automation Framework
[![Go Report Card](https://goreportcard.com/badge/github.com/argoproj/argo-events)](https://goreportcard.com/report/github.com/argoproj/argo-events)
[![slack](https://img.shields.io/badge/slack-argoproj-brightgreen.svg?logo=slack)](https://argoproj.github.io/community/join-slack)
[![Build Status](https://travis-ci.org/argoproj/argo-events.svg?branch=master)](https://travis-ci.org/argoproj/argo-events)
[![CII Best Practices](https://bestpractices.coreinfrastructure.org/projects/3832/badge)](https://bestpractices.coreinfrastructure.org/projects/3832)
[![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/argoproj/argo-events/badge)](https://api.securityscorecards.dev/projects/github.com/argoproj/argo-events)
[![GoDoc](https://godoc.org/github.com/argoproj/argo-events?status.svg)](https://godoc.org/github.com/argoproj/argo-events/pkg/apis)
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](LICENSE)
[![Artifact HUB](https://img.shields.io/endpoint?url=https://artifacthub.io/badge/repository/argo-events)](https://artifacthub.io/packages/helm/argo/argo-events)## What is Argo Events?
**Argo Events** is an event-driven workflow automation framework for Kubernetes. It allows you to trigger 10 different
actions (such as the creation of Kubernetes objects, invoke workflows or serverless workloads) on over 20 different
events (such as webhook, S3 drop, cron schedule, messaging queues - e.g. Kafka, GCP PubSub, SNS, SQS).[![Argo Events in 3 minutes](https://img.youtube.com/vi/Aqi1zyTpM44/0.jpg)](https://youtu.be/Aqi1zyTpM44)
## Features
* Supports events from [20+ event sources](https://argoproj.github.io/argo-events/concepts/event_source/)
and [10+ triggers](https://argoproj.github.io/argo-events/concepts/trigger/).
* Ability to customize business-level constraint logic for workflow automation.
* Manage everything from simple, linear, real-time to complex, multi-source events.
* [CloudEvents](https://cloudevents.io/) compliant.## Try Argo Events
[Access the demo environment](https://workflows.apps.argoproj.io/event-flow/argo?showWorkflows=true) (login using
GitHub)![Screenshot](docs/assets/screenshot.png)
## Getting Started
Follow these [instructions](https://argoproj.github.io/argo-events/installation/) to set up Argo Events.
## User Interface/API
The Argo Workflows has an API and user interface support Argo Events.
## Documentation
- [Concepts](https://argoproj.github.io/argo-events/concepts/architecture/)
- [Argo Events in action](https://argoproj.github.io/argo-events/quick_start/)
- [Deploy event-sources and sensors](https://argoproj.github.io/argo-events/eventsources/setup/webhook/)
- [Deep dive into Argo Events](https://argoproj.github.io/argo-events/tutorials/01-introduction/)## Blogs and Presentations
* [Awesome-Argo: A Curated List of Awesome Projects and Resources Related to Argo](https://github.com/terrytangyuan/awesome-argo)
* [Automation of Everything - How To Combine Argo Events, Workflows & Pipelines, CD, and Rollouts](https://youtu.be/XNXJtxkUKeY)
* [Argo Events - Event-Based Dependency Manager for Kubernetes](https://youtu.be/sUPkGChvD54)
* [Argo Events Deep-dive](https://youtu.be/U4tCYcCK20w)
* [Automating Research Workflows at BlackRock](https://www.youtube.com/watch?v=ZK510prml8o)
* [Designing A Complete CI/CD Pipeline CI/CD Pipeline Using Argo Events, Workflows, and CD](https://www.slideshare.net/JulianMazzitelli/designing-a-complete-ci-cd-pipeline-using-argo-events-workflow-and-cd-products-228452500)
* TGI Kubernetes with Joe
Beda: [CloudEvents and Argo Events](https://www.youtube.com/watch?v=LQbBgQnUs_k&list=PL7bmigfV0EqQzxcNpmcdTJ9eFRPBe-iZa&index=2&t=0s)## Who uses Argo Events?
[Official Argo Events user list](USERS.md)
## Contribute
Participation in the Argo Events project is governed by
the [CNCF Code of Conduct](https://github.com/cncf/foundation/blob/master/code-of-conduct.md).[Contributions](https://github.com/argoproj/argo-events/issues) are more than welcome, if you are interested take a look
at our [Contributing Guidelines](./docs/CONTRIBUTING.md).## License
Apache License Version 2.0, see [LICENSE](./LICENSE)
## Security
Please see [SECURITY.md](https://github.com/argoproj/argo-events/blob/master/SECURITY.md)