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

     1  # Argo Events - The Event-driven Workflow Automation Framework
     2  
     3  ## What is Argo Events?
     4  
     5  **Argo Events** is an event-driven workflow automation framework for Kubernetes
     6  which helps you trigger K8s objects, Argo Workflows, Serverless workloads, etc.
     7  on events from a variety of sources like webhooks, S3, schedules, messaging queues,
     8  gcp pubsub, sns, sqs, etc.
     9  
    10  <br/>
    11  <br/>
    12  
    13  <p align="center">
    14    <img src="https://github.com/argoproj/argo-events/blob/master/docs/assets/argo-events-top-level.png?raw=true" alt="High Level Overview"/>
    15  </p>
    16  
    17  <br/>
    18  
    19  ## Features
    20  
    21  - Supports events from 20+ event sources.
    22  - Ability to customize business-level constraint logic for workflow automation.
    23  - Manage everything from simple, linear, real-time to complex, multi-source
    24    events.
    25  - Supports Kubernetes Objects, Argo Workflow, AWS Lambda, Serverless, etc. as
    26    triggers.
    27  - [CloudEvents](https://cloudevents.io/) compliant.
    28  
    29  ## Getting Started
    30  
    31  Follow these [instruction](https://argoproj.github.io/argo-events/installation/)
    32  to set up Argo Events.
    33  
    34  ## Documentation
    35  
    36  - [Concepts](https://argoproj.github.io/argo-events/concepts/architecture/).
    37  - [Argo Events in action](https://argoproj.github.io/argo-events/quick_start/).
    38  - [Deep dive into Argo Events](https://argoproj.github.io/argo-events/tutorials/01-introduction/).
    39  
    40  ## Triggers
    41  
    42  1. Argo Workflows
    43  1. Standard K8s Objects
    44  1. HTTP Requests / Serverless Workloads (OpenFaaS, Kubeless, KNative etc.)
    45  1. AWS Lambda
    46  1. NATS Messages
    47  1. Kafka Messages
    48  1. Slack Notifications
    49  1. Azure Event Hubs Messages
    50  1. Argo Rollouts
    51  1. Custom Trigger / Build Your Own Trigger
    52  1. Apache OpenWhisk
    53  1. Log Trigger
    54  
    55  ## Event Sources
    56  
    57  Argo Events supports 20+ event sources. The complete list of event sources is
    58  available [here](https://argoproj.github.io/argo-events/concepts/event_source/).
    59  
    60  ## Who uses Argo Events?
    61  
    62  Check the [list](https://github.com/argoproj/argo-events/blob/master/USERS.md)
    63  to see who are **officially** using Argo Events. Please send a PR with your
    64  organization name if you are using Argo Events.
    65  
    66  ## Community Blogs and Presentations
    67  
    68  - [Automation of Everything - How To Combine Argo Events, Workflows & Pipelines, CD, and Rollouts](https://youtu.be/XNXJtxkUKeY)
    69  - [Argo Events - Event-Based Dependency Manager for Kubernetes](https://youtu.be/sUPkGChvD54)
    70  - [Argo Events Deep-dive](https://youtu.be/U4tCYcCK20w)
    71  - [Automating Research Workflows at BlackRock](https://www.youtube.com/watch?v=ZK510prml8o)
    72  - [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)
    73  - TGI Kubernetes with Joe Beda:
    74    [CloudEvents and Argo Events](https://www.youtube.com/watch?v=LQbBgQnUs_k&list=PL7bmigfV0EqQzxcNpmcdTJ9eFRPBe-iZa&index=2&t=0s)