How We Deploy Our Clojure Services(asymmetrical-view.com)
asymmetrical-view.com
How We Deploy Our Clojure Services
http://asymmetrical-view.com/2010/08/26/how-were-deploying-our-clojure-applications.html
5 comments
We built our own .deb containing all our bits, that depends on external dependencies. The .deb recipe is checked into source. Our deploy process is
Ah, lein-daemon - didn't know about that, thanks!
Clojure is very interesting to me as a way to build and deploy services backed by machine learning. Interesting enough to make me learn LISP :)
In particular, two libraries are enormously useful:
http://github.com/bradford/infer http://github.com/afeinberg/clomert
You can use Hadoop with infer to build your model, fill a Voldemort cluster from Hadoop directly, then also serve your model using infer. All with very little code. That is mucho win.
In particular, two libraries are enormously useful:
http://github.com/bradford/infer http://github.com/afeinberg/clomert
You can use Hadoop with infer to build your model, fill a Voldemort cluster from Hadoop directly, then also serve your model using infer. All with very little code. That is mucho win.