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…
Very true. We really should stop overloading the term Workflow in software. As of now these are the broad categories that abuse the term workflow. 1. State Machines For example in Jira a bug/ticket moves through different states to reach a final stage. This type of state-machines can be found in a lot of different softwares - most CMS/bug-trackers/CRMs where the entity is different (document/bug/lead). The motive of…
Show HN: Free hosted open-source alternative to Zapier/Airflow
31–40 of 87 posts
Re: Show HN: Free hosted open-source alternative to Zapier/Airflow
#32Wow, 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
Ok, I have just reached 100 concurrent containers in Europe, which is max at this stage and I don't think I can change the aws limit on the fly (will check though) so I might start killing the oldest instances. Apologies for inconvenience folks, but I am sure people rarely play with each instance for the whole 3 hours anyway at this stage. Honestly did not expect this kind of "public beta" rollout, still surprised ho…
Re: Show HN: Free hosted open-source alternative to Zapier/Airflow
#33Earlier quoted context omitted.
Very true. We really should stop overloading the term Workflow in software. As of now these are the broad categories that abuse the term workflow. 1. State Machines For example in Jira a bug/ticket moves through different states to reach a final stage. This type of state-machines can be found in a lot of different softwares - most CMS/bug-trackers/CRMs where the entity is different (document/bug/lead). The motive of…
I'd like you to listen to this file, which is your first 'headline' read by `say`: https://www.dropbox.com/s/fanpqs8lv2d9nvl/say.m4a?dl=0 Now imagine yourself in the shoes of a vision-impaired person relying on a technology like VoiceOver. Do you understand how unbelievably frustrating that is?
Re: Show HN: Free hosted open-source alternative to Zapier/Airflow
#34Nice work! How does it compare to n8n? [0] n8n is the closest OSS alternative to Zapier I've seen so far. [0] https://n8n.io/
- make rapid prototyping of new steps possible during runtime, without any need to restart/redeploy
- focus on distributed processing, where in master-less Titanoboa cluster you can have pretty much any number of nodes
Re: Show HN: Free hosted open-source alternative to Zapier/Airflow
#35How does this compare to Prefect? https://medium.com/the-prefect-blog/why-not-airflow-4cfa4232...
Obviously this is for JVM, plus I am not sure how Prefect addresses following two points I mainly focus on:
- make rapid prototyping of new steps possible during runtime, without any need to restart/redeploy
- focus on distributed processing, where in master-less Titanoboa cluster you can have pretty much any number of nodes
Re: Show HN: Free hosted open-source alternative to Zapier/Airflow
#36Very interesting! What library did you use for the SVG powered diagram tool?
I am using D3. AFAIK nobody has used it for worfklow visualization so far: https://www.titanoboa.io/visualizing-workflows.html
Re: Show HN: Free hosted open-source alternative to Zapier/Airflow
#37Nice work! How does it compare to n8n? [0] n8n is the closest OSS alternative to Zapier I've seen so far. [0] https://n8n.io/
Re: Show HN: Free hosted open-source alternative to Zapier/Airflow
#38Being a JVM friendly tool, it would be great to unlock other JVM syntaxes to allow scripting in any lanugage.. Jython for Python, Quercus for PHP, JRuby for Ruby, etc.
yes, I am considering this and it should not be that hard (also Kotlin, Nashorn javascript...), but at this stage Titanoboa is just a one-man-show - so patience, I might get there ;)
The JVM is more underrated/unknown than it should be in the startup space, tools like what you're making make it far more accessible.
Re: Show HN: Free hosted open-source alternative to Zapier/Airflow
#39Re: Show HN: Free hosted open-source alternative to Zapier/Airflow
#40I'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…