Live data from Hacker News

Show HN: Free hosted open-source alternative to Zapier/Airflow

cloud.titanoboa.io

11–20 of 87 posts

Re: Show HN: Free hosted open-source alternative to Zapier/Airflow

#13

is there some recipes or some common scenarios one can 'import' in to check it out?

You can check out https://github.com/mikub/titanoboa-tasklets And also https://github.com/mikub/titanoboa-sample-workflows

There are few blog posts I wrote about some sample workflows, e.g.:

https://github.com/mikub/titanoboa/wiki/Getting-Started-with...

https://www.titanoboa.io/using-titanoboa-for-it-automation.h...

https://www.titanoboa.io/using-titanoboa-for-cloud-integrati...

https://www.titanoboa.io/java-repl.html

Re: Show HN: Free hosted open-source alternative to Zapier/Airflow

#14
I've used Zapier a fair amount and I wrote an article about Airflow so I have a fairly good understanding of that too.

I would never really consider them alternatives though? To me Zapier is a low/no code tool that offers a bazillion integrations and Airflow is a workflow orchestration tool.

So comparing to both of them confuses me and I guess choosing one would give you a more nieche audience but one that you can connect better to as well.

Re: Show HN: Free hosted open-source alternative to Zapier/Airflow

#15
post #9

@newcrobuzon you have some kind of comment string output at the top of your html body tag. Looks like something you do not want exposed. Congratulations on reaching public beta and for submitting to HN! Looks very promising!

Thanks! If it is the recapcha string then it is just an old public string for local testing.

But I would upvote you 100x or send you a medal or something if I could, this is really super nice of you letting me know!

Re: Show HN: Free hosted open-source alternative to Zapier/Airflow

#16

I've used Zapier a fair amount and I wrote an article about Airflow so I have a fairly good understanding of that too. I would never really consider them alternatives though? To me Zapier is a low/no code tool that offers a bazillion integrations and Airflow is a workflow orchestration tool. So comparing to both of them confuses me and I guess choosing one would give you a more nieche audience but one that you can co…

This is a very good point.

My current line of thinking is: A workflow is a workflow is a workflow. Titanoboa is built the way that pretty much everything it shuffles is data - and either it can be big (Airflow) or the steps can have side effects (iPaaS/Zapier).

The "no code" is achievable since adding more predefined steps is not that hard (there's not that many at the moment though) - see for instance https://github.com/mikub/titanoboa/wiki/Getting-Started-with... - you dont code, you just fill in properties, so it is very straightforward, pretty much like Zappier.

My aim in the iPaaS space is more at the enterprise level, where the predefined steps won't do anymore and you have to custom develop them anyway - so in that are I think Titanoboa shines since you really can rapidly prototype steps on the fly, a bit like Repl.it and Zapier together...

I agree that it might be good to pick one audience, at this stage I am just experimenting if somehow I can market to both and don't mess up and confuse both groups.

Re: Show HN: Free hosted open-source alternative to Zapier/Airflow

#17

Wow, this has blown up a bit, so I have added few more servers (now two servers on the West coast and two in Europe), but ultimately I think there is a limit cap of 100 Titanoboa instances in each geography in parallel. So if we break that level please don't be mad if you don't get your instance :) Instead give me a star on github and come back later :) Cheers Miro

Wishing you success, fellow Miro.

Re: Show HN: Free hosted open-source alternative to Zapier/Airflow

#19

I stop watching it when he said “here I can add any Maven dependency”

Well yes, this is for JVM, so maven ecosystem, sorry.

I have been contemplating also doing a clone on node.js (titanoboa is written in clojure so it would just be a move from clojure to clojurescript), but I did hear that the npm ecosystem is a bit uninviting too...

What dependencies tools would you like to see?

Post reply on HN