top | item 38149595

StackStorm – IFTTT for Ops

124 points| alexzeitler | 2 years ago |stackstorm.com | reply

26 comments

order
[+] buro9|2 years ago|reply
this looks ace, so a serious question: is it widely used?

this is the first I've seen of it (seems true of other people commenting too), but it looks like there's some strong history (several acquisitions, then joined Linux Foundation in 2019)... so why hasn't it achieved greater visibility?

those questions are not asked to rain on someone's parade, but because going all-in on automation and workflow is a gamble as to whether that thing that glue is going to stick around (Linux Foundation suggests yes), and also is a skill that people want to learn and use (being widely adopted and something people can apply to other companies and roles would make this so, hence the questions)

[+] Reventlov|2 years ago|reply
> this looks ace, so a serious question: is it widely used?

I know some french cloud provider that uses it, and… I'm not sure they're happy with it. Issues with YAQL, a lot of weird bugs. They mentioned Temporal looking much cleaner.

[+] wahnfrieden|2 years ago|reply
it's been around a long time with serious usage, hn frontpage just doesn't typically provide a thorough market analysis perspective and indeed has many non-expert (in terms of gained familiarity with a correctly broad view of our field) members. still doesn't mean it's necessarily a great choice though
[+] j45|2 years ago|reply
If you scroll down it’s listed right there: Cisco, NASA, Netflix, Pearson

It feels a little different than n8n but I can’t tell the differences at first glance.

[+] iodbh|2 years ago|reply
Love StackStorm ! I had never heard of it before my employer adopted it, despite having looked for exactly what it provides before.

Writing integrations is very easy, which makes it a great “hub” where events from different sources can be collected and watched, while miscellaneous tooling can be gathered behind the same UI and auth. My team is adopting it big time.

It’s not without warts and there are alternatives better suited for other environments, but I still believe StackStorm deserves more attention than it has received !

[+] kinow|2 years ago|reply
It is one of the few workflow managers that support cyclic graphs (e.g. ecflow, cylc, prefect, covalent more or less. ), instead of working only with DAGs like Airflow.

It is a feature common for weather and climate workflows, and I think other HPC and machine learning workflows too.

https://kinoshita.eti.br/2021/10/01/cyclic-workflows-with-cy...

[+] __MatrixMan__|2 years ago|reply
FYI if you need a cycle in Airflow you can stitch DAGs together with datasets. The simplest would be to just have a DAG update the same dataset that it consumes. Whether it actually corresponds with a dataset out there is immaterial, it can just be an event trigger.
[+] talboren|2 years ago|reply
st2 reminds me a lot of what we're building at https://github.com/keephq/keep (i maintain this oss), there are a few concepts that i really love but the video in the repo really gives me a 90s feelin'

i can't really seem to understand, there's an "enterprise" (with ldap, etc.) version but couldn't find any pricing info

edit: well it's not focused on alerting but alerting is somewhat kinda "event driven"

[+] amar0c|2 years ago|reply
Wow WTF is with subscribing me to mailing list and "connecting" with me to LinkedIN just because I used my Gmail to try demo ?
[+] iodbh|2 years ago|reply
The project has been donated - there are some leftover references to the enterprise offering, but all features have been open sourced
[+] mdekkers|2 years ago|reply
I’ve used ST2 on and off for many years, and it blows the socks off folks at every place I introduce it. Unfortunately, some places have a strong resume-driven-development policy, so if it isn’t on the hip new cargo cult list of the day, nobody is going to have a look at it.

I was recently called a “boomer” for bringing it up. I really need a new job.

[+] shantnutiwari|2 years ago|reply
I don’t see a pricing page - this clearly looks like a product supported by a company. What’s the plan going forward ? Will it still be aviable in a few years ?
[+] iodbh|2 years ago|reply
We got confused when researching StackStorm so to save you some digging : the software has been donated to the Linux foundation and is no longer supported by a commercial offering. See:

https://stackstorm.com/2020/05/27/extreme-networks-donates-e...

The website is out of date and still refers to the defunct enterprise offering

[+] nodesocket|2 years ago|reply
What’s are the advantages using StackStorm over just native GitHub actions? I assume being able to push events to servers with a running local agent?
[+] debarshri|2 years ago|reply
There isn't much advantage over github actions. It is from the ansible and puppet era. You also have to be well verse with ansible or puppet to operate properly with stackstorm.

If you are starting out with event driven devops automation, you would choose github actions.

[+] spandextwins|2 years ago|reply
This looks really neat, going to try it out. Lots of integrations, that's key.