How We Deploy Our Clojure Services(asymmetrical-view.com) |
How We Deploy Our Clojure Services(asymmetrical-view.com) |
1) compile the .deb.
2) spawn a new, empty EC2
3) apt-get the .deb
4) lein daemon start (http://github.com/arohner/lein-daemon)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.