gaetansnl / argo-events

Event-based dependency manager for Kubernetes.

Home Page:https://argoproj.github.io/argo-events/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Argo Events - The Event-Based Dependency Manager for Kubernetes

Go Report Card slack Build Status GoDoc License

What is Argo Events?

Argo Events is an event-based dependency manager for Kubernetes which helps you define multiple dependencies from a variety of event sources like webhook, s3, schedules, streams etc. and trigger Kubernetes objects after successful event dependencies resolution.



High Level Overview


Features

  • Manage dependencies from 20+ event sources.
  • Ability to customize business-level constraint logic for event dependencies resolution.
  • Manage everything from simple, linear, real-time dependencies to complex, multi-source, batch job dependencies.
  • Supports AWS Lambda and OpenFaas as triggers.
  • Supports integration of existing API servers with 20+ event sources.
  • CloudEvents compliant.

Getting Started

Follow setup instructions for installation. To see the Argo-Events in action, follow the quick start guide.

asciicast

Tutorials

Deep dive into Argo Events at https://argoproj.github.io/argo-events/tutorials/01-introduction/

Supported Event Sources

  1. AMQP
  2. AWS SNS
  3. AWS SQS
  4. Cron Schedules
  5. GCP PubSub
  6. GitHub
  7. GitLab
  8. HDFS
  9. File Based Events
  10. Kafka
  11. Minio
  12. NATS
  13. MQTT
  14. K8s Resources
  15. Slack
  16. NetApp StorageGrid
  17. Webhooks
  18. Stripe
  19. NSQ
  20. Emitter
  21. Redis
  22. Azure Events Hub

Who uses Argo Events?

Organizations below are officially using Argo Events. Please send a PR with your organization name if you are using Argo Events.

  1. BioBox Analytics
  2. BlackRock
  3. Canva
  4. Fairwinds
  5. InsideBoard
  6. Intuit
  7. Viaduct

Community Blogs and Presentations

Contribute

Read and abide by the Argo Events Code of Conduct.

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

License

Apache License Version 2.0, see LICENSE

About

Event-based dependency manager for Kubernetes.

https://argoproj.github.io/argo-events/

License:Apache License 2.0


Languages

Language:Go 90.2%Language:HTML 7.6%Language:Makefile 1.1%Language:Shell 0.7%Language:Dockerfile 0.3%