Event-driven Automation Framework for Kubernetes
Go to file
dependabot[bot] a81c5628b4
chore(deps): bump github.com/go-viper/mapstructure/v2 from 2.3.0 to 2.4.0 (#3703)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-08-21 15:30:19 +00:00
.github chore(deps): bump actions/download-artifact from 4 to 5 (#3686) 2025-08-09 12:56:58 +00:00
api fix(doc): Update data filter doc about string handling (#3670) 2025-07-24 23:44:48 -07:00
cmd chore: model and package refactor (#3299) 2024-09-23 13:44:54 -07:00
docs fix(doc): Update data filter doc about string handling (#3670) 2025-07-24 23:44:48 -07:00
examples fix(docs): replace outdated `whalesay` image with `busybox` (#3657) 2025-07-13 22:32:53 -07:00
hack chore: dependencies upgrade and vulnerability fix (#3526) 2025-03-19 17:32:08 -07:00
manifests feat: Jestream configurable DiscardNew policies (#3151) 2024-07-12 10:20:39 -07:00
pkg fix(doc): Update data filter doc about string handling (#3670) 2025-07-24 23:44:48 -07:00
test fix(docs): replace outdated `whalesay` image with `busybox` (#3657) 2025-07-13 22:32:53 -07:00
third_party Chore: go1.20 (#2534) 2023-03-23 10:06:03 -07:00
.dockerignore ci: Adapted Makefile to argo (#843) 2020-09-01 17:52:41 -04:00
.gitattributes chore: mark some files as auto-generated (#739) 2020-07-19 07:32:02 -07:00
.gitignore chore: dependencies upgrade and vulnerability fix (#3526) 2025-03-19 17:32:08 -07:00
.golangci.yml bump golangci-lint to v2 (#3605) 2025-05-30 08:38:07 -07:00
CHANGELOG.md docs: updated CHANGELOG.md (#3668) 2025-07-13 23:08:30 -07:00
CONTRIBUTING.md docs: add CONTRIBUTING.md at root of repo, directing to docs/ (#2880) 2023-10-24 18:07:28 -07:00
DEPENDENCIES.md chore: move from `streadway/amqp` to `rabbitmq/amqp091-go` (#1999) 2022-05-27 10:30:10 -07:00
Dockerfile chore: Update Argo WF version in Dockerfile. Closes #3606 (#3662) 2025-07-13 22:12:50 -07:00
LICENSE chore: model and package refactor (#3299) 2024-09-23 13:44:54 -07:00
Makefile bump golangci-lint to v2 (#3605) 2025-05-30 08:38:07 -07:00
OWNERS chore: Update OWNERS 2023-11-06 06:07:20 -08:00
README.md chore: add OpenSSF scorecard 2023-11-06 07:10:07 -08:00
ROADMAP.md docs: Add video and tidy up README (#959) 2020-11-17 18:10:29 -08:00
SECURITY.md docs: Mention Internet Bug Bounty in the security policy (#2505) 2023-03-07 09:03:44 -08:00
USERS.md Add a dynamic headers block for http trigger (#3655) 2025-07-13 22:30:34 -07:00
go.mod chore(deps): bump github.com/go-viper/mapstructure/v2 from 2.3.0 to 2.4.0 (#3703) 2025-08-21 15:30:19 +00:00
go.sum chore(deps): bump github.com/go-viper/mapstructure/v2 from 2.3.0 to 2.4.0 (#3703) 2025-08-21 15:30:19 +00:00
mkdocs.yml doc: add alibaba cloud mns/smq doc (#3585) 2025-05-19 08:47:53 -07:00
version.go chore: model and package refactor (#3299) 2024-09-23 13:44:54 -07:00

README.md

Argo Events - The Event-driven Workflow Automation Framework

Go Report Card slack Build Status CII Best Practices OpenSSF Scorecard GoDoc License Artifact HUB

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

Features

  • Supports events from 20+ event sources and 10+ triggers.
  • Ability to customize business-level constraint logic for workflow automation.
  • Manage everything from simple, linear, real-time to complex, multi-source events.
  • CloudEvents compliant.

Try Argo Events

Access the demo environment (login using GitHub)

Screenshot

Getting Started

Follow these instructions to set up Argo Events.

User Interface/API

The Argo Workflows has an API and user interface support Argo Events.

Documentation

Blogs and Presentations

Who uses Argo Events?

Official Argo Events user list

Contribute

Participation in the Argo Events project is governed by the CNCF Code of Conduct.

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

License

Apache License Version 2.0, see LICENSE

Security

Please see SECURITY.md