Very interesting! What library did you use for the SVG powered diagram tool?
Very cool to see how you use clojurescript for this.
11–20 of 87 posts
Very interesting! What library did you use for the SVG powered diagram tool?
Very cool to see how you use clojurescript for this.
Very interesting! What library did you use for the SVG powered diagram tool?
is there some recipes or some common scenarios one can 'import' in to check it out?
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...
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.
@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!
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!
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…
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.
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
I stop watching it when he said “here I can add any Maven dependency”
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?