Happy to announce that https://github.com/mikub/titanoboa Cluster is now being open sourced. There is a new https://github.com/mikub/titanoboa/releases/tag/1.0.0-alfa.1 you can try. Read more at our https://github.com/mikub/titanoboa/wiki/Clustering . This should make it easy for you to run tens or even hundreds of Titanoboa servers in one cluster 🎉
Hi, I am very interested in your project, as I am in the process of designing something close to that (open, graphically sketchable, maybe modifiable, to orchestrate some treatements, manage their errors, decide what are the next steps, ...). I have a look and tell you !!
Small improvement: it seems the docker image does not have the latest tag. So, in the installation guide docker run -d -p 3000:3000 --name titanoboa titanoboa/titanoboa
should be docker run -d -p 3000:3000 --name titanoboa titanoboa/titanoboa:0.9.0
. Or add the latest tag on docker hub
That said, it work on 3 minutes on my pc !
I've just open sourced skidder a Drag and Drop ClojureScript library https://github.com/g7s/skidder
Thanks @caumond! I will fix that. I also still have to upload the latest Docker images (1.0.0-alfa.1 and 0.9.1), but they should be available soon. Good to hear that it is working 🙂
Just released antq ver 0.11.0, Tool to point out your outdated dependencies. https://github.com/liquidz/antq Added support to display diff URLs for outdated dependencies!
The tag for current version is not found: <https://github.com/bcgit/bc-java/>
Execution error (NullPointerException) at antq.util.maven/get-scm-url (maven.clj:97).
Cannot invoke "org.apache.maven.model.Scm.getUrl()" because "scm" is null
0.10.3 works fine across our whole codebase (~110K lines of Clojure).
Should I just create an issue on GitHub for this @liquidz.uo?
Yes, please. Thanks for your reporting!
If I get time, I'll send a PR. It looks relatively easy to fix.