Hi everyone! PM for Relay here.<p>Relay is an event-driven DevOps platform. It listens to events from 3rd party services like AWS, Datadog, PagerDuty, Jira and more to trigger simpler, smarter workflows that automate tedious tasks. A lot of existing solutions either require a lot of upfront DIY work (AWS Lambda or running your own script) or they weren’t built for DevOps teams (Zapier, IFTTT).<p>Relay provides out-of-the-box workflows for common use cases like cloud cost optimization, security, incident response and more. If those don't work for you, you can write your own workflow using integrations with dozens of cloud provider services, open source tools and APIs that can be composed together in a YAML-based workflow (yes, I know, more YAML).<p>Some features we think are interesting:<p>- Visual execution graph shows exactly what's happening in your workflow run.<p>- Connections make it simple to authenticate to other services.<p>- Audit log shows who initiated every workflow run, whether manual or by an external service.<p>- Human in the loop approvals give you full confidence in your automation.<p>- Growing community of 30+ open source integrations with AWS, Azure, GCP, Datadog, PagerDuty, VictorOps, Jira, Terraform, Helm, and more.<p>We also just recently put out a blog post about some pretty novel uses of Knative and Ambassador to create user-generated triggers: <a href="https://blog.getambassador.io/user-defined-webhooks-in-puppet-relay-with-knative-and-ambassador-api-gateway-542ef2e1e137" rel="nofollow">https://blog.getambassador.io/user-defined-webhooks-in-puppe...</a>
Sounds interesting. Have you any comparisons between this and StackStorm? At first glance, this looks like it competes in a similar market.<p>Additionally, is this only going to be a SaaS offering, or will we have the option to self-host this as well?
So I didn't see anything on your site on my cursory glance at it, but I'd like to know if you have any use cases replacing Jenkins Pipelines and Helm deployments into an OpenShift/Kubernetes environment? I'm writing a lot of Jenkins pipelines now and groovy is killing me!
I think we can do the same things using github actions now. P.S we have self-hosted runners in our enviroment where each step is a docker container too.<p>We have complex flows where we use Slack, Spinnaker(Webhooks), Terraform, PagerDuty ... and much more.<p>Is there something better that we can achieve with this?