N8n – Flexible AI workflow automation for technical teams
11–20 of 101 posts
Re: N8n – Flexible AI workflow automation for technical teams
#12N8N is great. Been self-hosting for years.
Re: N8n – Flexible AI workflow automation for technical teams
#13Re: N8n – Flexible AI workflow automation for technical teams
#14Isnt this just workflow automation thats been around for decades ? whats ai about it ?
Re: N8n – Flexible AI workflow automation for technical teams
#15Simple to self host and use, can recommend. Can't say I'm a fan of the €55M financing round they took though. I mean, congratulations to them, but the growth they'll need to satisfy those investors is so very likely to lead to chasing numbers and enshittifying the product down the line.
I'm curious, because neither of us knows their financial situation or needs and ambitions. What would you suggest they do?
Re: N8n – Flexible AI workflow automation for technical teams
#16If you’re looking for an Open Source alternative, give Windmill a try.
Windmill OTOH supports a bunch of programming languages for steps (Go, Rust, Python, TS, etc.) and seems to have a much more “code first” approach. Reusable blocks are more like code templates compared to n8n.
Hard to say which is better. I really like the ability in windmill to just write code for each step and it comes across more powerful, but it feels less polished and intuitive when compared to n8n.
Re: N8n – Flexible AI workflow automation for technical teams
#17https://blog.golioth.io/a-2-geofence-wi-fi-location-here-com...
Re: N8n – Flexible AI workflow automation for technical teams
#18Can someone talk about their experience using n8n? I’ve seen it in passing a lot lately, but I wonder what some good successful use cases are
Re: N8n – Flexible AI workflow automation for technical teams
#19How is the name pronounced? Like nate-n, which is a play on Nathan? Aside from that, I've been thinking about no/low-code solutions for educational purposes. I'm an incoming professor of a university and most my students have little background in CS or related fields. The university insists on using tools like Alteryx but I want to see if free open-source solutions exist (because that way, students can use the tools…
“ What does n8n mean?
Short answer: It means "nodemation" and is pronounced as n-eight-n.
Long answer: "I get that question quite often (more often than I expected) so I decided it is probably best to answer it here. While looking for a good name for the project with a free domain I realized very quickly that all the good ones I could think of were already taken. So, in the end, I chose nodemation. 'node-' in the sense that it uses a Node-View and that it uses Node.js and '-mation' for 'automation' which is what the project is supposed to help with. However, I did not like how long the name was and I could not imagine writing something that long every time in the CLI. That is when I then ended up on 'n8n'." - Jan Oberhauser, Founder and CEO, n8n.io”
Re: N8n – Flexible AI workflow automation for technical teams
#20A while back I used it to glue together a bunch of APIs to make a geofence on top of a WiFi location service my company offers. Super easy to prototype external computation without something like severless/lambda (which would be the likely path for production) https://blog.golioth.io/a-2-geofence-wi-fi-location-here-com...