{"id":13451657,"url":"https://github.com/argoproj/argo-events","last_synced_at":"2025-05-14T08:05:06.483Z","repository":{"id":37610924,"uuid":"133830411","full_name":"argoproj/argo-events","owner":"argoproj","description":"Event-driven Automation Framework for Kubernetes","archived":false,"fork":false,"pushed_at":"2025-05-10T13:28:28.000Z","size":160977,"stargazers_count":2478,"open_issues_count":145,"forks_count":757,"subscribers_count":35,"default_branch":"master","last_synced_at":"2025-05-14T08:03:04.306Z","etag":null,"topics":["argo","automation-framework","cloud-native","cloudevents","event-driven","event-source","eventing-framework","kubernetes","pipelines","triggers","workflow-automation","workflows"],"latest_commit_sha":null,"homepage":"https://argoproj.github.io/argo-events/","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/argoproj.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":"SECURITY.md","support":null,"governance":null,"roadmap":"ROADMAP.md","authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2018-05-17T15:06:49.000Z","updated_at":"2025-05-13T18:57:30.000Z","dependencies_parsed_at":"2023-09-27T07:40:41.985Z","dependency_job_id":"2dbf15c0-118e-445b-9574-5e508492d74a","html_url":"https://github.com/argoproj/argo-events","commit_stats":{"total_commits":1554,"total_committers":277,"mean_commits":5.610108303249097,"dds":0.6589446589446589,"last_synced_commit":"79f5a3f8101a203759020576c9828e98ace00f32"},"previous_names":["blackrock/axis"],"tags_count":72,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/argoproj%2Fargo-events","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/argoproj%2Fargo-events/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/argoproj%2Fargo-events/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/argoproj%2Fargo-events/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/argoproj","download_url":"https://codeload.github.com/argoproj/argo-events/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254101586,"owners_count":22014907,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["argo","automation-framework","cloud-native","cloudevents","event-driven","event-source","eventing-framework","kubernetes","pipelines","triggers","workflow-automation","workflows"],"created_at":"2024-07-31T07:00:58.057Z","updated_at":"2025-05-14T08:05:06.464Z","avatar_url":"https://github.com/argoproj.png","language":"Go","funding_links":[],"categories":["Go","Tools and Libraries","kubernetes"],"sub_categories":["Automation and CI/CD"],"readme":"# Argo Events - The Event-driven Workflow Automation Framework\n\n[![Go Report Card](https://goreportcard.com/badge/github.com/argoproj/argo-events)](https://goreportcard.com/report/github.com/argoproj/argo-events)\n[![slack](https://img.shields.io/badge/slack-argoproj-brightgreen.svg?logo=slack)](https://argoproj.github.io/community/join-slack)\n[![Build Status](https://travis-ci.org/argoproj/argo-events.svg?branch=master)](https://travis-ci.org/argoproj/argo-events)\n[![CII Best Practices](https://bestpractices.coreinfrastructure.org/projects/3832/badge)](https://bestpractices.coreinfrastructure.org/projects/3832)\n[![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/argoproj/argo-events/badge)](https://api.securityscorecards.dev/projects/github.com/argoproj/argo-events)\n[![GoDoc](https://godoc.org/github.com/argoproj/argo-events?status.svg)](https://godoc.org/github.com/argoproj/argo-events/pkg/apis)\n[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](LICENSE)\n[![Artifact HUB](https://img.shields.io/endpoint?url=https://artifacthub.io/badge/repository/argo-events)](https://artifacthub.io/packages/helm/argo/argo-events)\n\n## What is Argo Events?\n\n**Argo Events** is an event-driven workflow automation framework for Kubernetes. It allows you to trigger 10 different\nactions (such as the creation of Kubernetes objects, invoke workflows or serverless workloads) on over 20 different\nevents (such as webhook, S3 drop, cron schedule, messaging queues - e.g. Kafka, GCP PubSub, SNS, SQS).\n\n[![Argo Events in 3 minutes](https://img.youtube.com/vi/Aqi1zyTpM44/0.jpg)](https://youtu.be/Aqi1zyTpM44)\n\n## Features\n\n* Supports events from [20+ event sources](https://argoproj.github.io/argo-events/concepts/event_source/)\n  and [10+ triggers](https://argoproj.github.io/argo-events/concepts/trigger/).\n* Ability to customize business-level constraint logic for workflow automation.\n* Manage everything from simple, linear, real-time to complex, multi-source events.\n* [CloudEvents](https://cloudevents.io/) compliant.\n\n## Try Argo Events\n\n[Access the demo environment](https://workflows.apps.argoproj.io/event-flow/argo?showWorkflows=true) (login using\nGitHub)\n\n![Screenshot](docs/assets/screenshot.png)\n\n## Getting Started\n\nFollow these [instructions](https://argoproj.github.io/argo-events/installation/) to set up Argo Events.\n\n## User Interface/API\n\nThe Argo Workflows has an API and user interface support Argo Events.\n\n## Documentation\n\n- [Concepts](https://argoproj.github.io/argo-events/concepts/architecture/)\n- [Argo Events in action](https://argoproj.github.io/argo-events/quick_start/)\n- [Deploy event-sources and sensors](https://argoproj.github.io/argo-events/eventsources/setup/webhook/)\n- [Deep dive into Argo Events](https://argoproj.github.io/argo-events/tutorials/01-introduction/)\n\n## Blogs and Presentations\n\n* [Awesome-Argo: A Curated List of Awesome Projects and Resources Related to Argo](https://github.com/terrytangyuan/awesome-argo)\n* [Automation of Everything - How To Combine Argo Events, Workflows \u0026 Pipelines, CD, and Rollouts](https://youtu.be/XNXJtxkUKeY)\n* [Argo Events - Event-Based Dependency Manager for Kubernetes](https://youtu.be/sUPkGChvD54)\n* [Argo Events Deep-dive](https://youtu.be/U4tCYcCK20w)\n* [Automating Research Workflows at BlackRock](https://www.youtube.com/watch?v=ZK510prml8o)\n* [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)\n* TGI Kubernetes with Joe\n  Beda: [CloudEvents and Argo Events](https://www.youtube.com/watch?v=LQbBgQnUs_k\u0026list=PL7bmigfV0EqQzxcNpmcdTJ9eFRPBe-iZa\u0026index=2\u0026t=0s)\n\n## Who uses Argo Events?\n\n[Official Argo Events user list](USERS.md)\n\n## Contribute\n\nParticipation in the Argo Events project is governed by\nthe [CNCF Code of Conduct](https://github.com/cncf/foundation/blob/master/code-of-conduct.md).\n\n[Contributions](https://github.com/argoproj/argo-events/issues) are more than welcome, if you are interested take a look\nat our [Contributing Guidelines](./docs/CONTRIBUTING.md).\n\n## License\n\nApache License Version 2.0, see [LICENSE](./LICENSE)\n\n## Security\n\nPlease see [SECURITY.md](https://github.com/argoproj/argo-events/blob/master/SECURITY.md)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fargoproj%2Fargo-events","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fargoproj%2Fargo-events","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fargoproj%2Fargo-events/lists"}