github.com/argoproj/argo-events@v1.9.1/README.md (about)

     1  # Argo Events - The Event-driven Workflow Automation Framework
     2  
     3  [![Go Report Card](https://goreportcard.com/badge/github.com/argoproj/argo-events)](https://goreportcard.com/report/github.com/argoproj/argo-events)
     4  [![slack](https://img.shields.io/badge/slack-argoproj-brightgreen.svg?logo=slack)](https://argoproj.github.io/community/join-slack)
     5  [![Build Status](https://travis-ci.org/argoproj/argo-events.svg?branch=master)](https://travis-ci.org/argoproj/argo-events)
     6  [![CII Best Practices](https://bestpractices.coreinfrastructure.org/projects/3832/badge)](https://bestpractices.coreinfrastructure.org/projects/3832)
     7  [![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/argoproj/argo-events/badge)](https://api.securityscorecards.dev/projects/github.com/argoproj/argo-events)
     8  [![GoDoc](https://godoc.org/github.com/argoproj/argo-events?status.svg)](https://godoc.org/github.com/argoproj/argo-events/pkg/apis)
     9  [![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](LICENSE)
    10  [![Artifact HUB](https://img.shields.io/endpoint?url=https://artifacthub.io/badge/repository/argo-events)](https://artifacthub.io/packages/helm/argo/argo-events)
    11  
    12  ## What is Argo Events?
    13  
    14  **Argo Events** is an event-driven workflow automation framework for Kubernetes. It allows you to trigger 10 different
    15  actions (such as the creation of Kubernetes objects, invoke workflows or serverless workloads) on over 20 different
    16  events (such as webhook, S3 drop, cron schedule, messaging queues - e.g. Kafka, GCP PubSub, SNS, SQS).
    17  
    18  [![Argo Events in 3 minutes](https://img.youtube.com/vi/Aqi1zyTpM44/0.jpg)](https://youtu.be/Aqi1zyTpM44)
    19  
    20  ## Features
    21  
    22  * Supports events from [20+ event sources](https://argoproj.github.io/argo-events/concepts/event_source/)
    23    and [10+ triggers](https://argoproj.github.io/argo-events/concepts/trigger/).
    24  * Ability to customize business-level constraint logic for workflow automation.
    25  * Manage everything from simple, linear, real-time to complex, multi-source events.
    26  * [CloudEvents](https://cloudevents.io/) compliant.
    27  
    28  ## Try Argo Events
    29  
    30  [Access the demo environment](https://workflows.apps.argoproj.io/event-flow/argo?showWorkflows=true) (login using
    31  GitHub)
    32  
    33  ![Screenshot](docs/assets/screenshot.png)
    34  
    35  ## Getting Started
    36  
    37  Follow these [instructions](https://argoproj.github.io/argo-events/installation/) to set up Argo Events.
    38  
    39  ## User Interface/API
    40  
    41  The Argo Workflows has an API and user interface support Argo Events.
    42  
    43  ## Documentation
    44  
    45  - [Concepts](https://argoproj.github.io/argo-events/concepts/architecture/)
    46  - [Argo Events in action](https://argoproj.github.io/argo-events/quick_start/)
    47  - [Deploy event-sources and sensors](https://argoproj.github.io/argo-events/eventsources/setup/webhook/)
    48  - [Deep dive into Argo Events](https://argoproj.github.io/argo-events/tutorials/01-introduction/)
    49  
    50  ## Blogs and Presentations
    51  
    52  * [Awesome-Argo: A Curated List of Awesome Projects and Resources Related to Argo](https://github.com/terrytangyuan/awesome-argo)
    53  * [Automation of Everything - How To Combine Argo Events, Workflows & Pipelines, CD, and Rollouts](https://youtu.be/XNXJtxkUKeY)
    54  * [Argo Events - Event-Based Dependency Manager for Kubernetes](https://youtu.be/sUPkGChvD54)
    55  * [Argo Events Deep-dive](https://youtu.be/U4tCYcCK20w)
    56  * [Automating Research Workflows at BlackRock](https://www.youtube.com/watch?v=ZK510prml8o)
    57  * [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)
    58  * TGI Kubernetes with Joe
    59    Beda: [CloudEvents and Argo Events](https://www.youtube.com/watch?v=LQbBgQnUs_k&list=PL7bmigfV0EqQzxcNpmcdTJ9eFRPBe-iZa&index=2&t=0s)
    60  
    61  ## Who uses Argo Events?
    62  
    63  [Official Argo Events user list](USERS.md)
    64  
    65  ## Contribute
    66  
    67  Participation in the Argo Events project is governed by
    68  the [CNCF Code of Conduct](https://github.com/cncf/foundation/blob/master/code-of-conduct.md).
    69  
    70  [Contributions](https://github.com/argoproj/argo-events/issues) are more than welcome, if you are interested take a look
    71  at our [Contributing Guidelines](./docs/CONTRIBUTING.md).
    72  
    73  ## License
    74  
    75  Apache License Version 2.0, see [LICENSE](./LICENSE)
    76  
    77  ## Security
    78  
    79  Please see [SECURITY.md](https://github.com/argoproj/argo-events/blob/master/SECURITY.md)